Releases: GitoxideLabs/gitoxide
Releases · GitoxideLabs/gitoxide
gix-protocol v0.41.0
A maintenance release without user-facing changes.
Commit Statistics
- 2 commits contributed to the release.
- 17 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Release gix-hash v0.13.1, gix-features v0.36.0, gix-actor v0.28.0, gix-object v0.38.0, gix-glob v0.14.0, gix-attributes v0.20.0, gix-command v0.2.10, gix-filter v0.6.0, gix-fs v0.8.0, gix-commitgraph v0.22.0, gix-revwalk v0.9.0, gix-traverse v0.34.0, gix-worktree-stream v0.6.0, gix-archive v0.6.0, gix-tempfile v11.0.0, gix-lock v11.0.0, gix-ref v0.38.0, gix-config v0.31.0, gix-url v0.25.0, gix-credentials v0.21.0, gix-diff v0.37.0, gix-discover v0.26.0, gix-ignore v0.9.0, gix-index v0.26.0, gix-mailmap v0.20.0, gix-negotiate v0.9.0, gix-pack v0.44.0, gix-odb v0.54.0, gix-pathspec v0.4.0, gix-packetline v0.16.7, gix-transport v0.37.0, gix-protocol v0.41.0, gix-revision v0.23.0, gix-refspec v0.19.0, gix-worktree v0.27.0, gix-status v0.2.0, gix-submodule v0.5.0, gix-worktree-state v0.4.0, gix v0.55.0, safety bump 37 crates (68e5432)
- Prepare changelogs prior to release (1347a54)
gix-pathspec v0.4.0
A maintenance release without user-facing changes.
Commit Statistics
- 3 commits contributed to the release over the course of 6 calendar days.
- 17 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
gix-packetline v0.16.7
A maintenance release without user-facing changes.
Commit Statistics
- 2 commits contributed to the release over the course of 6 calendar days.
- 33 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
gix-pack v0.44.0
A maintenance release without user-facing changes.
Commit Statistics
- 4 commits contributed to the release over the course of 13 calendar days.
- 17 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
gix-odb v0.54.0
A maintenance release without user-facing changes.
Commit Statistics
- 5 commits contributed to the release over the course of 8 calendar days.
- 17 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
gix-object v0.38.0
New Features
- add
compute_stream_hash
method as lower-level way of hashing objects.
Bug Fixes (BREAKING)
encode::loose_header()
now supports large objects even on 32 bit systems.
Previously, larger than 4GB files wouldn't be supported, which causes problems when
genrating hashes even when streaming data.
Commit Statistics
- 6 commits contributed to the release over the course of 8 calendar days.
- 17 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
gix-negotiate v0.9.0
A maintenance release without user-facing changes.
Commit Statistics
- 1 commit contributed to the release.
- 17 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelogs prior to release (1347a54)
gix-mailmap v0.20.0
A maintenance release without user-facing changes.
Commit Statistics
- 1 commit contributed to the release.
- 17 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelogs prior to release (1347a54)
gix-lock v11.0.0
A maintenance release without user-facing changes.
Commit Statistics
- 1 commit contributed to the release.
- 17 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelogs prior to release (1347a54)
gix-index v0.26.0
Bug Fixes (BREAKING)
- use
PathStorageRef
in place of&PathStorage
Commit Statistics
- 8 commits contributed to the release over the course of 13 calendar days.
- 17 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelogs prior to release (1347a54)
- Merge branch 'fix-input' (a899f74)
- Assure a prefixed entries range is never empty. (357ba13)
- Fix docs (995bc84)
- Merge branch 'reset' (b842691)
- Use
PathStorageRef
in place of&PathStorage
(a1794b5) - Add more traces to potentially longer-running operations (1568948)
- Adapt to
gix-features
(9e7c3e1)