github GitoxideLabs/gitoxide gix-hash-v0.21.0
gix-hash v0.21.0

latest releases: v0.48.0, gitoxide-core-v0.51.0, gix-fsck-v0.15.0...
6 hours ago

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 Kind as non-exhaustive
    This is a follow-up to #2218 (which is a rewritten version of #2213). It
    marks gix_hash::Kind as non_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 Kind as non-exhaustive (2957fa5)
    • Merge pull request #2230 from yuki0iq/doc_auto_cfg (fbf9c39)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.