Releases: GitoxideLabs/gitoxide
Releases · GitoxideLabs/gitoxide
gix-odb v0.56.0
Chore
- upgrade MSRV to v1.70
Our MSRV follows the one ofhelix
, which in turn follows Firefox.
Commit Statistics
- 8 commits contributed to the release over the course of 19 calendar days.
- 22 days passed between releases.
- 1 commit was 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
- Prepare changelogs of next release (e78a92b)
- Merge branch 'maintenance' (4454c9d)
- Upgrade MSRV to v1.70 (aea89c3)
- Thanks clippy (d38d1cc)
- Merge branch 'main' into fix-1183 (1691ba6)
- Merge branch 'archive-handling' (7549559)
- Check all git-lfs managed files into the repository (35439de)
- Release gix-hash v0.13.3, gix-index v0.27.1 (98b08f4)
gix-object v0.40.0
Chore
- upgrade MSRV to v1.70
Our MSRV follows the one ofhelix
, which in turn follows Firefox.
Other
- Add gix-object fuzzers
Commit Statistics
- 16 commits contributed to the release over the course of 18 calendar days.
- 22 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #1185
Commit Details
view details
- #1185
- Fix tree-parse issue found by fuzzer (7d81a76)
- Uncategorized
- Prepare changelogs of next release (e78a92b)
- Merge branch 'maintenance' (4454c9d)
- Upgrade MSRV to v1.70 (aea89c3)
- Merge pull request #1199 from silvergasp/fuzz-git-object (7d21ce9)
- Add corpus builders for tree/tags (5a02529)
- Merge pull request #1192 from silvergasp/fuzz-git-object (e2f42dd)
- Add fuzz_commit seed corpus builder (2297ca1)
- Merge branch 'fuzz-gix-ref' (8ee1194)
- Let's have the latest versions of fuzzers automatically (5828f37)
- Merge branch 'fuzz_object' (7df919b)
- Add gix-object fuzzers (de400fd)
- Merge branch 'main' into fix-1183 (1691ba6)
- Merge branch 'archive-handling' (7549559)
- Check all git-lfs managed files into the repository (35439de)
- Git-lfs might fail early; let's rely on these caches to be recreated, where possible (b6f2b81)
gix-negotiate v0.11.0
Chore
- upgrade MSRV to v1.70
Our MSRV follows the one ofhelix
, which in turn follows Firefox.
Commit Statistics
- 7 commits contributed to the release over the course of 19 calendar days.
- 22 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 of next release (e78a92b)
- Merge branch 'maintenance' (4454c9d)
- Upgrade MSRV to v1.70 (aea89c3)
- Merge branch 'main' into fix-1183 (1691ba6)
- Merge branch 'archive-handling' (7549559)
- Check all git-lfs managed files into the repository (35439de)
- Release gix-hash v0.13.3, gix-index v0.27.1 (98b08f4)
gix-mailmap v0.21.0
Chore
- upgrade MSRV to v1.70
Our MSRV follows the one ofhelix
, which in turn follows Firefox.
Commit Statistics
- 4 commits contributed to the release over the course of 14 calendar days.
- 22 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-macros v0.1.2
Chore
- upgrade MSRV to v1.70
Our MSRV follows the one ofhelix
, which in turn follows Firefox.
Commit Statistics
- 4 commits contributed to the release over the course of 14 calendar days.
- 22 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-lock v12.0.0
Chore
- upgrade MSRV to v1.70
Our MSRV follows the one ofhelix
, which in turn follows Firefox.
Commit Statistics
- 3 commits contributed to the release.
- 22 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-index v0.28.0
Chore
- upgrade MSRV to v1.70
Our MSRV follows the one ofhelix
, which in turn follows Firefox.
Bug Fixes
- use correct fields for ctime and mtime on AIX
On AIX, ctime and mtime are structs containing seconds and nanoseconds.
Commit Statistics
- 9 commits contributed to the release over the course of 17 calendar days.
- 19 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelogs of next release (e78a92b)
- Merge branch 'maintenance' (4454c9d)
- Upgrade MSRV to v1.70 (aea89c3)
- Adapt to changes in
gix-hash
(859a092) - Merge pull request #1194 from ecnelises/aix_stattime (940e3ca)
- Use correct fields for ctime and mtime on AIX (569caa0)
- Merge branch 'main' into fix-1183 (1691ba6)
- Merge branch 'archive-handling' (7549559)
- Check all git-lfs managed files into the repository (35439de)
gix-ignore v0.10.0
Chore
- upgrade MSRV to v1.70
Our MSRV follows the one ofhelix
, which in turn follows Firefox.
Commit Statistics
- 3 commits contributed to the release.
- 22 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-hashtable v0.5.0
Chore
- upgrade MSRV to v1.70
Our MSRV follows the one ofhelix
, which in turn follows Firefox.
Commit Statistics
- 3 commits contributed to the release.
- 22 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-hash v0.14.0
Chore
- upgrade MSRV to v1.70
Our MSRV follows the one ofhelix
, which in turn follows Firefox.
Bug Fixes (BREAKING)
- remove panicking version of
ObjectId::from()
in favor ofObjectId::from_bytes_or_panic()
.
We also add an&oid::try_from()
implementation for good measure, which is hard to call in
practice but certainly not impossible.
Commit Statistics
- 5 commits contributed to the release over the course of 14 calendar days.
- 19 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages