Skip to content

Commit c663b3f

Browse files
authored
Merge pull request #2346 from GitoxideLabs/release
gix-transport release
2 parents c0cf38f + 7be8f90 commit c663b3f

File tree

56 files changed

+1594
-1008
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1594
-1008
lines changed

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ blame-experimental = ["gitoxide-core/blame-experimental"]
157157
anyhow = "1.0.98"
158158

159159
gitoxide-core = { version = "^0.52.0", path = "gitoxide-core" }
160-
gix-features = { version = "^0.45.1", path = "gix-features" }
160+
gix-features = { version = "^0.45.2", path = "gix-features" }
161161
gix = { version = "^0.77.0", path = "gix", default-features = false }
162162

163163
clap = { version = "4.5.42", features = ["derive", "cargo"] }

gitoxide-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ blame-experimental = ["gix/blame-experimental"]
5353
[dependencies]
5454
# deselect everything else (like "performance") as this should be controllable by the parent application.
5555
gix = { version = "^0.77.0", path = "../gix", default-features = false, features = ["merge", "blob-diff", "blame", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] }
56-
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.64.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] }
56+
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.64.1", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] }
5757
gix-transport-configuration-only = { package = "gix-transport", version = "^0.52.1", path = "../gix-transport", default-features = false }
5858
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.26.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
5959
gix-status = { version = "^0.24.0", path = "../gix-status" }

gix-actor/CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,36 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.37.1 (2026-01-06)
9+
10+
### Commit Statistics
11+
12+
<csr-read-only-do-not-edit/>
13+
14+
- 3 commits contributed to the release over the course of 5 calendar days.
15+
- 5 days passed between releases.
16+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
17+
- 0 issues like '(#ID)' were seen in commit messages
18+
19+
### Commit Details
20+
21+
<csr-read-only-do-not-edit/>
22+
23+
<details><summary>view details</summary>
24+
25+
* **Uncategorized**
26+
- Merge pull request #2341 from GitoxideLabs/dependabot/cargo/cargo-cf4a2135ae ([`d914d95`](https://github.com/GitoxideLabs/gitoxide/commit/d914d9533ed2243658d51ba05e68dd444b75a748))
27+
- Bump the cargo group across 1 directory with 51 updates ([`4edc5dd`](https://github.com/GitoxideLabs/gitoxide/commit/4edc5dda7ca39cc8249cb98dc39ca46c7d00eb44))
28+
- Merge pull request #2322 from GitoxideLabs/report ([`211b4fb`](https://github.com/GitoxideLabs/gitoxide/commit/211b4fb5a31792eda91191789f3656c217960986))
29+
</details>
30+
831
## 0.37.0 (2025-12-31)
932

1033
### Commit Statistics
1134

1235
<csr-read-only-do-not-edit/>
1336

14-
- 1 commit contributed to the release over the course of 9 calendar days.
37+
- 2 commits contributed to the release over the course of 9 calendar days.
1538
- 9 days passed between releases.
1639
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1740
- 0 issues like '(#ID)' were seen in commit messages
@@ -23,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2346
<details><summary>view details</summary>
2447

2548
* **Uncategorized**
49+
- Release gix-date v0.12.0, gix-actor v0.37.0, gix-features v0.45.1, gix-hash v0.21.1, gix-object v0.54.0, gix-filter v0.24.0, gix-fs v0.18.1, gix-revwalk v0.25.0, gix-traverse v0.51.0, gix-worktree-stream v0.26.0, gix-archive v0.26.0, gix-index v0.45.0, gix-worktree v0.46.0, gix-diff v0.57.0, gix-blame v0.7.0, gix-ref v0.57.0, gix-config v0.50.0, gix-credentials v0.34.0, gix-discover v0.45.0, gix-dir v0.19.0, gix-mailmap v0.29.0, gix-revision v0.39.0, gix-merge v0.10.0, gix-negotiate v0.25.0, gix-pack v0.64.0, gix-odb v0.74.0, gix-refspec v0.35.0, gix-transport v0.52.0, gix-protocol v0.55.0, gix-status v0.24.0, gix-submodule v0.24.0, gix-worktree-state v0.24.0, gix v0.77.0, gix-fsck v0.16.0, gitoxide-core v0.52.0, gitoxide v0.49.0, safety bump 32 crates ([`115e208`](https://github.com/GitoxideLabs/gitoxide/commit/115e208b7bc7a96024e64ea872f2731b5125a6e0))
2650
- Merge pull request #2299 from GitoxideLabs/report ([`d6c5b9d`](https://github.com/GitoxideLabs/gitoxide/commit/d6c5b9d7843c24663ffcf20bd756ea3eb747ca0a))
2751
</details>
2852

gix-actor/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lints.workspace = true
22

33
[package]
44
name = "gix-actor"
5-
version = "0.37.0"
5+
version = "0.37.1"
66
description = "A way to identify git actors"
77
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
88
repository = "https://github.com/GitoxideLabs/gitoxide"
@@ -19,7 +19,7 @@ doctest = false
1919
serde = ["dep:serde", "bstr/serde", "gix-date/serde"]
2020

2121
[dependencies]
22-
gix-date = { version = "^0.12.0", path = "../gix-date" }
22+
gix-date = { version = "^0.12.1", path = "../gix-date" }
2323
gix-utils = { version = "^0.3.1", path = "../gix-utils" }
2424

2525
thiserror = "2.0.17"

gix-archive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ zip = ["dep:rawzip", "dep:flate2"]
2828

2929
[dependencies]
3030
gix-worktree-stream = { version = "^0.26.0", path = "../gix-worktree-stream" }
31-
gix-object = { version = "^0.54.0", path = "../gix-object" }
31+
gix-object = { version = "^0.54.1", path = "../gix-object" }
3232
gix-path = { version = "^0.10.22", path = "../gix-path", optional = true }
33-
gix-date = { version = "^0.12.0", path = "../gix-date" }
33+
gix-date = { version = "^0.12.1", path = "../gix-date" }
3434

3535
flate2 = { version = "1.1.1", optional = true, default-features = false, features = ["zlib-rs"] }
3636
rawzip = { version = "0.4.3", optional = true }

gix-blame/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ blob-experimental = ["gix-diff/blob-experimental"]
1818
[dependencies]
1919
gix-commitgraph = { version = "^0.31.0", path = "../gix-commitgraph" }
2020
gix-revwalk = { version = "^0.25.0", path = "../gix-revwalk" }
21-
gix-trace = { version = "^0.1.16", path = "../gix-trace" }
22-
gix-date = { version = "^0.12.0", path = "../gix-date" }
23-
gix-diff = { version = "^0.57.0", path = "../gix-diff", default-features = false, features = ["blob"] }
24-
gix-object = { version = "^0.54.0", path = "../gix-object" }
25-
gix-hash = { version = "^0.21.1", path = "../gix-hash" }
21+
gix-trace = { version = "^0.1.17", path = "../gix-trace" }
22+
gix-date = { version = "^0.12.1", path = "../gix-date" }
23+
gix-diff = { version = "^0.57.1", path = "../gix-diff", default-features = false, features = ["blob"] }
24+
gix-object = { version = "^0.54.1", path = "../gix-object" }
25+
gix-hash = { version = "^0.21.2", path = "../gix-hash" }
2626
gix-worktree = { version = "^0.46.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
27-
gix-traverse = { version = "^0.51.0", path = "../gix-traverse" }
27+
gix-traverse = { version = "^0.51.1", path = "../gix-traverse" }
2828

2929
smallvec = "1.15.1"
3030
thiserror = "2.0.17"

gix-command/CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.6.5 (2026-01-06)
9+
10+
### Commit Statistics
11+
12+
<csr-read-only-do-not-edit/>
13+
14+
- 3 commits contributed to the release over the course of 3 calendar days.
15+
- 3 days passed between releases.
16+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
17+
- 0 issues like '(#ID)' were seen in commit messages
18+
19+
### Commit Details
20+
21+
<csr-read-only-do-not-edit/>
22+
23+
<details><summary>view details</summary>
24+
25+
* **Uncategorized**
26+
- Merge pull request #2341 from GitoxideLabs/dependabot/cargo/cargo-cf4a2135ae ([`d914d95`](https://github.com/GitoxideLabs/gitoxide/commit/d914d9533ed2243658d51ba05e68dd444b75a748))
27+
- Bump the cargo group across 1 directory with 51 updates ([`4edc5dd`](https://github.com/GitoxideLabs/gitoxide/commit/4edc5dda7ca39cc8249cb98dc39ca46c7d00eb44))
28+
- Merge pull request #2333 from GitoxideLabs/improvements ([`9e1ba5e`](https://github.com/GitoxideLabs/gitoxide/commit/9e1ba5ee6b7e0e032f682097d48664a68891762d))
29+
</details>
30+
831
## 0.6.4 (2026-01-02)
932

1033
A maintenance release without user-facing changes.
@@ -13,7 +36,7 @@ A maintenance release without user-facing changes.
1336

1437
<csr-read-only-do-not-edit/>
1538

16-
- 10 commits contributed to the release.
39+
- 11 commits contributed to the release.
1740
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1841
- 1 unique issue was worked on: [#2328](https://github.com/GitoxideLabs/gitoxide/issues/2328)
1942

@@ -26,6 +49,7 @@ A maintenance release without user-facing changes.
2649
* **[#2328](https://github.com/GitoxideLabs/gitoxide/issues/2328)**
2750
- Update changelogs prior to `gix-transport` release ([`ae8c9d3`](https://github.com/GitoxideLabs/gitoxide/commit/ae8c9d3ff56a38f2cd92c6f5afa9e93434939fe0))
2851
* **Uncategorized**
52+
- Release gix-command v0.6.4, gix-credentials v0.34.1, gix-transport v0.52.1 ([`3bc0c47`](https://github.com/GitoxideLabs/gitoxide/commit/3bc0c472a8395e9634dd602839e208501f841c11))
2953
- Merge pull request #2324 from EliahKagan/run-ci/cred-test-sh ([`0b1a7b7`](https://github.com/GitoxideLabs/gitoxide/commit/0b1a7b7914fe2bffdea2fd8628cabb7a6edbe262))
3054
- Don't run `shell_builtin_or_command_in_path*` on Windows ([`81fa44c`](https://github.com/GitoxideLabs/gitoxide/commit/81fa44c645988521cd36d6282814bc75817e7fe3))
3155
- Add tests that call `with_shell()` to force shell builtins ([`d2d75bb`](https://github.com/GitoxideLabs/gitoxide/commit/d2d75bbc77f6fb940a27e9ef6524c536fa667146))

gix-command/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lints.workspace = true
22

33
[package]
44
name = "gix-command"
5-
version = "0.6.4"
5+
version = "0.6.5"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
77
license = "MIT OR Apache-2.0"
88
description = "A crate of the gitoxide project handling internal git command execution"
@@ -15,7 +15,7 @@ include = ["src/lib.rs", "LICENSE-*"]
1515
doctest = false
1616

1717
[dependencies]
18-
gix-trace = { version = "^0.1.14", path = "../gix-trace" }
18+
gix-trace = { version = "^0.1.17", path = "../gix-trace" }
1919
gix-path = { version = "^0.10.21", path = "../gix-path" }
2020
gix-quote = { version = "^0.6.1", path = "../gix-quote" }
2121

gix-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ autotests = false
1919
serde = ["dep:serde", "bstr/serde", "gix-sec/serde", "gix-ref/serde", "gix-glob/serde", "gix-config-value/serde"]
2020

2121
[dependencies]
22-
gix-features = { version = "^0.45.1", path = "../gix-features" }
22+
gix-features = { version = "^0.45.2", path = "../gix-features" }
2323
gix-config-value = { version = "^0.16.0", path = "../gix-config-value" }
2424
gix-path = { version = "^0.10.22", path = "../gix-path" }
2525
gix-sec = { version = "^0.12.2", path = "../gix-sec" }

0 commit comments

Comments
 (0)