Releases: GitoxideLabs/gitoxide
Releases · GitoxideLabs/gitoxide
gix-url v0.32.0
Bug Fixes
- username in scp-like url is no longer percent-encoded
Since Git doesn't percent-decode characters in scp-like URL, we shouldn't encode
username at all.
Commit Statistics
- 7 commits contributed to the release over the course of 79 calendar days.
- 79 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #2056
Commit Details
view details
- #2056
- Username in scp-like url is no longer percent-encoded (04bc4a8)
- Uncategorized
- Update changelogs prior to release (65037b5)
- Merge pull request #2060 from yuja/push-urolxnurwtsn (68d761c)
- Add baseline tests for
_
and@
in username (212b618) - 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-traverse v0.47.0
New Features
- add
commit::Simple::hide()
to hide a given set of tips.
That means, these tips and all their ancestors will be hidden from
the traversal.
Commit Statistics
- 7 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 #2037 from GitoxideLabs/hide (92febae)
- Improve traversal performance when hidden tips are used. (219655f)
- Add
commit::Simple::hide()
to hide a given set of tips. (1b08fd9) - Merge pull request #2009 from GitoxideLabs/release-gix-index (c3f06ae)
gix-transport v0.48.0
A maintenance release without user-facing changes.
Commit Statistics
- 14 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
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
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)
- Bump the cargo group with 56 updates (151e3a5)
- 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 #1999 from GitoxideLabs/credential-helper-protocol-fix (8d30ab1)
- Adapt to changes in
gix-sec
(6880175) - Merge pull request #1975 from GitoxideLabs/improvements (28935a5)
- Thanks clippy (dbf65c9)
- Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)
gix-trace v0.1.13
A maintenance release without user-facing changes.
Commit Statistics
- 4 commits contributed to the release.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-tempfile v18.0.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 #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)
- Bump the cargo group with 56 updates (151e3a5)
- Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)
gix-submodule v0.20.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 #2061 from orthros/pseudo-refs (60c29a5)
- Adapt to changes in gix_features::walkdir_sorted_new (a2741da)
- 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-status v0.20.0
Bug Fixes
- if
core.symlinks=false
, don't misclassify actual symlinks as files.
Thus, prefer the actual observation over the stored and maybe incorrect filesystem settings.
This avoids false-positives when checking for changes.
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 #2016 from GitoxideLabs/improvements (7ae3797)
- If
core.symlinks=false
, don't misclassify actual symlinks as files. (376ed0c) - 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-shallow v0.5.0
A maintenance release without user-facing changes.
Commit Statistics
- 2 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-sec v0.12.0
New Features (BREAKING)
- Add optional
oauth_refresh_token
field toidentity::Account
Commit Statistics
- 10 commits contributed to the release over the course of 79 calendar days.
- 79 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #1998
Commit Details
view details
- #1998
- Add optional
oauth_refresh_token
field toidentity::Account
(dc9b103)
- Add optional
- 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 #2033 from GitoxideLabs/dependabot/cargo/cargo-b72232998d (f8d7c0a)
- Bump the cargo group with 56 updates (151e3a5)
- Merge pull request #1999 from GitoxideLabs/credential-helper-protocol-fix (8d30ab1)
- 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-revwalk v0.21.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