New Features
- add
Prefix::from_hex_nonempty()to allow creating short prefixes.
This can be useful in certain situations where the set of candidate object ids
is very small.
Bug Fixes (BREAKING)
- mark
Kindas non-exhaustive
This is a follow-up to #2218 (which is a rewritten version of #2213). It
marksgix_hash::Kindasnon_exhaustive. This is a breaking change
now, but will prevent further breaking changes whenever we add a new
hashing algorithm in the future.
Commit Statistics
- 5 commits contributed to the release.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge pull request #2297 from GitoxideLabs/improvements (d207075)
- Add
Prefix::from_hex_nonempty()to allow creating short prefixes. (a93074d) - Merge pull request #2289 from cruessler/add-non-exhaustive-to-gix-hash-kind (264215b)
- Mark
Kindas non-exhaustive (2957fa5) - Merge pull request #2230 from yuki0iq/doc_auto_cfg (fbf9c39)