- Update version to 0.9.0 in Cargo.toml
- Update CHANGELOG.md with v0.9.0 release date (2025-10-24)
- Add version comparison links for v0.9.0
- Update CLAUDE.md with focus-issue workflow documentation
- Regenerate Cargo.lock
This is the initial release of brik, forked from kuchikiki 0.8.2.
Major features in this release:
- Namespace support for XML and SVG documents (feature flag)
- Safe mode feature flag to eliminate unsafe code
- Comprehensive API documentation
- CI/CD with GitHub Actions
- Colocated tests with implementation code
- Restructured codebase following one-pub-per-file convention
Closes #41