Releases: GitoxideLabs/gitoxide
Releases · GitoxideLabs/gitoxide
gix-odb v0.70.0
Bug Fixes
- improve error message for when there is too many packs.
Affects jj-vcs/jj#6906
Commit Statistics
- 11 commits contributed to the release over the course of 79 calendar days.
- 79 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 2 times to make code idiomatic.
Commit Details
view details
- Uncategorized
- Update changelogs prior to release (65037b5)
- Improve error message for when there is too many packs. (a773854)
- Merge pull request #2041 from cruessler/add-blame-extraction (dd5f0a4)
- Thanks clippy (554ce13)
- Merge pull request #2033 from GitoxideLabs/dependabot/cargo/cargo-b72232998d (f8d7c0a)
- Bump the cargo group with 56 updates (151e3a5)
- Merge pull request #2009 from GitoxideLabs/release-gix-index (c3f06ae)
- Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1 (d2b4c44)
- Merge pull request #1975 from GitoxideLabs/improvements (28935a5)
- Thanks clippy (dbf65c9)
- Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)
gix-object v0.50.0
New Features
- add convenience methods for common Git trailers
Commit Statistics
- 12 commits contributed to the release over the course of 79 calendar days.
- 79 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update changelogs prior to release (65037b5)
- Merge pull request #2070 from GitoxideLabs/dependabot/cargo/cargo-827bceb7eb (dab97f7)
- Bump the cargo group across 1 directory with 68 updates (a9a8ea1)
- Merge pull request #2062 from rickprice/minor_documentation_fixups (c2eb0c1)
- Small documentation fixes (bfb1c34)
- Merge pull request #2033 from GitoxideLabs/dependabot/cargo/cargo-b72232998d (f8d7c0a)
- Adapt
gix-config
/gix-object
benches to changes incriterion
(91aef25) - Bump the cargo group with 56 updates (151e3a5)
- Merge pull request #2030 from ralphmodales/trailer-conviences (3820a0f)
- Refactor (6c6dfd0)
- Add convenience methods for common Git trailers (c9a312e)
- Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)
gix-negotiate v0.21.0
A maintenance release without user-facing changes.
Commit Statistics
- 6 commits contributed to the release over the course of 79 calendar days.
- 79 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update changelogs prior to release (65037b5)
- Merge pull request #2070 from GitoxideLabs/dependabot/cargo/cargo-827bceb7eb (dab97f7)
- Bump the cargo group across 1 directory with 68 updates (a9a8ea1)
- Merge pull request #2009 from GitoxideLabs/release-gix-index (c3f06ae)
- Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1 (d2b4c44)
- Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)
gix-merge v0.6.0
A maintenance release without user-facing changes.
Commit Statistics
- 8 commits contributed to the release over the course of 79 calendar days.
- 79 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update changelogs prior to release (65037b5)
- Merge pull request #2011 from blinxen/main (fd49eee)
- Update
imara-diff
to the latest version. (732adb8) - Merge pull request #2014 from GitoxideLabs/zip (648022b)
- Release gix-glob v0.20.1, gix-attributes v0.26.1, gix-command v0.6.1, gix-filter v0.19.2, gix-worktree-stream v0.21.2, gix-archive v0.21.2 (f0ed2cc)
- Merge pull request #2009 from GitoxideLabs/release-gix-index (c3f06ae)
- Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1 (d2b4c44)
- Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)
gix-mailmap v0.27.2
A maintenance release without user-facing changes.
Commit Statistics
- 4 commits contributed to the release over the course of 79 calendar days.
- 79 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
gix-lock v18.0.0
A maintenance release without user-facing changes.
Commit Statistics
- 4 commits contributed to the release over the course of 79 calendar days.
- 79 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-index v0.41.0
Bug Fixes
- Prefer the actual state over following
core.symlinks
inentry::Mode
Commit Statistics
- 8 commits contributed to the release over the course of 65 calendar days.
- 65 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update changelogs prior to release (65037b5)
- Merge pull request #2070 from GitoxideLabs/dependabot/cargo/cargo-827bceb7eb (dab97f7)
- Bump the cargo group across 1 directory with 68 updates (a9a8ea1)
- Merge pull request #2047 from blinxen/update-hashbrown (00bd1fa)
- Update
hashbrown
to 0.15. (6f569ce) - Merge pull request #2016 from GitoxideLabs/improvements (7ae3797)
- Prefer the actual state over following
core.symlinks
inentry::Mode
(c85b92d) - Merge pull request #2009 from GitoxideLabs/release-gix-index (c3f06ae)
gix-ignore v0.16.0
New Features (BREAKING)
- Pattern parser in is now stateful to allow options for how to parse ignore patterns.
That way it can support settings and other state that affect parsing.
This affects various crates which are all marked as breaking now.
Commit Statistics
- 8 commits contributed to the release over the course of 79 calendar days.
- 79 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update changelogs prior to release (65037b5)
- Merge pull request #2019 from GitoxideLabs/precious-opt-in (5f9de52)
- Pattern parser in is now stateful to allow options for how to parse ignore patterns. (828e903)
- Merge pull request #2014 from GitoxideLabs/zip (648022b)
- Release gix-glob v0.20.1, gix-attributes v0.26.1, gix-command v0.6.1, gix-filter v0.19.2, gix-worktree-stream v0.21.2, gix-archive v0.21.2 (f0ed2cc)
- Merge pull request #2009 from GitoxideLabs/release-gix-index (c3f06ae)
- Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1 (d2b4c44)
- Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)
gix-hashtable v0.9.0
Chore (BREAKING)
- Update hashbrown to the latest version
This updates re-exports, removingraw
and addinghash_table
.
Commit Statistics
- 6 commits contributed to the release over the course of 79 calendar days.
- 79 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update changelogs prior to release (65037b5)
- Merge pull request #2047 from blinxen/update-hashbrown (00bd1fa)
- Update hashbrown to the latest version (c1d0868)
- Merge pull request #2033 from GitoxideLabs/dependabot/cargo/cargo-b72232998d (f8d7c0a)
- Bump the cargo group with 56 updates (151e3a5)
- Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)
gix-hash v0.19.0
Bug Fixes
- Actually avoid
serde
as dependency, when the serde feature is off
faster-hex
has serde as default dependency, and was not marked with
default-features = false
.
Commit Statistics
- 6 commits contributed to the release over the course of 79 calendar days.
- 79 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update changelogs prior to release (65037b5)
- Merge pull request #2062 from rickprice/minor_documentation_fixups (c2eb0c1)
- Small documentation fixes (bfb1c34)
- Merge pull request #2031 from bpeetz/serde (874cc38)
- Actually avoid
serde
as dependency, when the serde feature is off (0d67c85) - Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)