A maintenance release without user-facing changes.
Commit Statistics
- 10 commits contributed to the release over the course of 16 calendar days.
- 20 days passed between releases.
- 0 commits were understood as conventional.
- 1 unique issue was worked on: #1231
Commit Details
view details
- #1231
- Improve usage of
unsafe
(4017e69)
- Improve usage of
- Uncategorized
- Prepare changelogs prior to release (6a2e0be)
- Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 (b6c04c8)
- Merge pull request #1248 from joshtriplett/tyop (39f35da)
- Typo fixes (3ef3bc2)
- Merge branch 'safety-invariants' (2a663a0)
- Put Tree in its own module (c85a981)
- Properly track safety invariants (6587eea)
- Demote
ItemSliceMut::get_mut()
bound-check to debug-code only. (911c05f) - Make ItemSliceSync::get_mut() check that the index is in range (ef21617)