Releases: GitoxideLabs/gitoxide
gix-ignore 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-hash v0.13.1
A maintenance release without user-facing changes.
Commit Statistics
- 3 commits contributed to the release.
- 33 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-glob v0.14.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-fs v0.8.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-filter v0.6.0
Bug Fixes
- hanging
Read
implementation ofpipeline::convert::ToGitOutcome
.
This codepath was never tested and its function more subtle than one could have known.
Also fix incorrect configuration handling which could lead to binary files withtext=auto
to be identified as text, which would then require conversion.
Bug Fixes (BREAKING)
-
don't provide path to object-retrieval callback of
Pipeline::convert::to_git::IndexObjectFn()
.
It implies that one has to be ready to fetch any kind of path from the index, even though it's always the path to
the file that is currently converted.Also fix a bug that could cause it to return input as unchanged even though it was read into a buffer already.
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
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
view details
- Uncategorized
gix-features v0.36.0
New Features (BREAKING)
- add
hash::bytes_with_header()
, also make it 32bit compatible.
That way it's possible to hash entire files as object.
Previously it wasn't possible to read more than u32::MAX bytes even
on 32 bit system even though we are streaming the data.
Commit Statistics
- 3 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
gix-discover v0.26.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-diff v0.37.0
A maintenance release without user-facing changes.
Commit Statistics
- 2 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
Commit Details
gix-credentials v0.21.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-config v0.31.0
A maintenance release without user-facing changes.
Commit Statistics
- 2 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.