Chore
- add package.include directives to control which files are packaged.
Documentation
- add crate-root doctests
New Features
- add
Vec::from_bits(&[bool])constructor, andVec::write_to()
This allows more tests to be added, and additional hardening to be
validated more clearly. - add
gix-indexfuzzing and make it survive
Commit Statistics
- 12 commits contributed to the release.
- 4 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update changelogs prior to release (f9fbcba)
- Merge pull request #2530 from GitoxideLabs/advisories (63b8419)
- Add
Vec::from_bits(&[bool])constructor, andVec::write_to()(0662237) - Address auto-review (7429b15)
- Add corpus-builder scripts when corpus files are available; auto-run artifacts in test suite (e64e3b8)
- Add fuzz tests for 10 more crates, and related fixes (0396152)
- Add
gix-indexfuzzing and make it survive (93e587c) - Merge pull request #2518 from GitoxideLabs/improvements (444a92b)
- Add package.include directives to control which files are packaged. (3e05ca3)
- Merge pull request #2487 from GitoxideLabs/top-level-examples (29c275e)
- Add crate-root doctests (b1102c2)
- Merge pull request #2442 from GitoxideLabs/report (f7277f3)