Releases: GitoxideLabs/gitoxide
Releases · GitoxideLabs/gitoxide
gix-credentials v0.33.0
gix-credentials-v0.33.0
gix-config-value v0.16.0
New Features (BREAKING)
- Add support for :(optional) prefix for path values in gix-config-value
It's breaking because it adds theoptionalfield to thePathtype.
Commit Statistics
- 4 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-config v0.49.0
Commit Statistics
- 4 commits contributed to the release.
- 29 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
gix-commitgraph v0.31.0
Commit Statistics
- 1 commit contributed to the release.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-blame v0.6.0
Commit Statistics
- 5 commits contributed to the release over the course of 14 calendar days.
- 29 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-attributes v0.29.0
Commit Statistics
- 1 commit contributed to the release.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-archive v0.25.0
Commit Statistics
- 9 commits contributed to the release.
- 29 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge pull request #2294 from GitoxideLabs/copilot/replace-zip-crate-with-rawzip (25099c8)
- Address copilot review (fb6386b)
- Refactor (8c9b4d6)
- Replace zip crate with rawzip in gix-archive (60290f1)
- Merge pull request #2290 from gruebel/fix-tar-feat (7e5c05f)
- Adjust test invocation and enable deflate-flate2-zlib-rs feature (cd826dc)
- Fix tar feature in gix-archive (141b47f)
- Merge pull request #2275 from GitoxideLabs/dependabot/cargo/cargo-92eaa62a2e (93dd630)
- Bump the cargo group across 1 directory with 14 updates (703644c)
gix-actor v0.36.1
Commit Statistics
- 2 commits contributed to the release.
- 29 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gitoxide-core v0.51.0
Refactor (BREAKING)
- split async and blocking implementations for Handshake::fetch_or_extract_refmap()
- split Handshake::fetch_or_extract_refmap()
Commit Statistics
- 8 commits contributed to the release.
- 29 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge pull request #2274 from djc/simplify-ls-refs (eab774c)
- Refactor (9d936fb)
- Split async and blocking implementations for Handshake::fetch_or_extract_refmap() (ab3cce4)
- Split Handshake::fetch_or_extract_refmap() (c26efb9)
- Merge pull request #2277 from GitoxideLabs/dependabot/cargo/cargo-83105039d9 (f8435ea)
- Bump the cargo group with 7 updates (6bf895c)
- Merge pull request #2275 from GitoxideLabs/dependabot/cargo/cargo-92eaa62a2e (93dd630)
- Bump the cargo group across 1 directory with 14 updates (703644c)
v0.47.0
New Features
- allow credential fill with
gix credential fillto run without a repo
Other
-
Remove
doc_auto_cfgfeature to fix docs.rs documentation.
It is part ofdoc_cfgfeature since rust-lang/rust#138907This fixes the docs.rs build
Commit Statistics
- 5 commits contributed to the release.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #2198