New Features
- Allow the creation of any
EntryMode
.
This helps testing for one, but might also be useful in other contexts.
After all, this is a plumbing crate.
Bug Fixes
EntryMode
canonicalization
This means thatmode.kind()
andmode.is_*
will also work correctly
if the underlying mode wasn't canonicalized, which could happen when
looking at trees that were stored with very old versions of Git.
Commit Statistics
- 15 commits contributed to the release over the course of 34 calendar days.
- 36 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #1259
Commit Details
view details
- #1259
- Uncategorized
- Prepare changelogs prior to release (f2e111f)
- Merge branch 'btoi' (5fc379d)
- Refactor (c5c69bd)
- Inline btoi code to reduce compile times (f26f298)
- Merge pull request #1290 from epage/winnow (a663e9f)
- Update winnow to 0.6 (e175b20)
- Update winnow to 0.5.40 (516e105)
- Merge branch 'dirwalk' (face359)
- Adjust gitignore files with precious declarations (ae86a6a)
- Merge pull request #1267 from epage/winnow (69cb78b)
- Move off deprecated take_until[01] (52ede06)
- Update from winnow 0.5.31 to 0.5.36 (9470554)
- Merge branch 'entry-mode-fixes' (35d2083)