New Features
Commit::short_id()
- git-hash::Prefix::from_id()
A way to obtain a prefix of an object id, with all non-prefix
bytes set to zero.
Bug Fixes
- don't use panicking const fn just yet to not require rust 1.57
Commit Statistics
- 17 commits contributed to the release over the course of 72 calendar days.
- 72 days passed between releases.
- 3 commits where understood as conventional.
- 4 unique issues were worked on: #298, #301, #329, #331
Commit Details
view details
- #298
- docs (a45f378)
- Implement ODB::disambiguate_prefix(…) (7d4d281)
- support MSRV (d09fd9b)
- add documentation for lookup_prefix along with missing test (927b2ac)
- lookup_prefix() seems to work now (b558f11)
- A stab at implementing lookup_prefix - to no avail (69cb6d1)
- refactor (cff6f9f)
- refactor (5bc548e)
- Prefix now validates all constraints and errors on violation (75efa79)
- refactor; add docs (837db62)
- git-hash::Prefix::from_id() (cb83bee)
- #301
Commit::short_id()
(1be00cf)
- #329
- Document all features related to serde1 (72b97f2)
- #331
- Update changelog prior to release (1d07934)
- Uncategorized