Skip to content

Commit dc7343c

Browse files
authored
Merge pull request GitoxideLabs#2113 from GitoxideLabs/release
gix-ref release
2 parents edcfdc2 + 79ba9d0 commit dc7343c

File tree

33 files changed

+183
-54
lines changed

33 files changed

+183
-54
lines changed

Cargo.lock

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

gix-actor/CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ 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.35.4 (2025-08-13)
9+
10+
A maintenance release without user-facing changes.
11+
12+
### Commit Statistics
13+
14+
<csr-read-only-do-not-edit/>
15+
16+
- 4 commits contributed to the release over the course of 9 calendar days.
17+
- 9 days passed between releases.
18+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19+
- 0 issues like '(#ID)' were seen in commit messages
20+
21+
### Commit Details
22+
23+
<csr-read-only-do-not-edit/>
24+
25+
<details><summary>view details</summary>
26+
27+
* **Uncategorized**
28+
- Update changelogs prior to `gix-ref` release ([`5315180`](https://github.com/GitoxideLabs/gitoxide/commit/53151807ec82ce3fbe1838c0885a4f9b71b82f23))
29+
- Merge pull request #2110 from jpgrayson/fix/gix-date-parse-raw ([`651f9fa`](https://github.com/GitoxideLabs/gitoxide/commit/651f9fa560d5df7260a45068b8440f72820a6ffd))
30+
- Release gix-date v0.10.5 ([`4289ae6`](https://github.com/GitoxideLabs/gitoxide/commit/4289ae635d94d713d247eaf6f87d0ba91a1a3826))
31+
- Merge pull request #2100 from GitoxideLabs/release ([`202bc6d`](https://github.com/GitoxideLabs/gitoxide/commit/202bc6da79854d1fb6bb32b9c6bb2a6f882c77f5))
32+
</details>
33+
834
## 0.35.3 (2025-08-03)
935

1036
A maintenance release without user-facing changes.
@@ -13,7 +39,7 @@ A maintenance release without user-facing changes.
1339

1440
<csr-read-only-do-not-edit/>
1541

16-
- 6 commits contributed to the release over the course of 19 calendar days.
42+
- 7 commits contributed to the release over the course of 19 calendar days.
1743
- 19 days passed between releases.
1844
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1945
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +51,7 @@ A maintenance release without user-facing changes.
2551
<details><summary>view details</summary>
2652

2753
* **Uncategorized**
54+
- Release gix-actor v0.35.3, gix-path v0.10.20, gix-features v0.43.1, gix-object v0.50.1 ([`d64f257`](https://github.com/GitoxideLabs/gitoxide/commit/d64f257951754ea70b0179b83f76de957b712211))
2855
- Prepare changelogs prior to release. ([`5e0122d`](https://github.com/GitoxideLabs/gitoxide/commit/5e0122df48392fb0ea6e16eb7b70d320b03244ca))
2956
- Merge pull request #2097 from GitoxideLabs/fix-gix-date ([`589d63e`](https://github.com/GitoxideLabs/gitoxide/commit/589d63ed21e5f2cd53ad2cac96fc387df3ea26e9))
3057
- Release gix-date v0.10.4 ([`007e3f6`](https://github.com/GitoxideLabs/gitoxide/commit/007e3f66246aaafc2374b85cbf77f89ec0b09512))

gix-actor/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.35.3"
5+
version = "0.35.4"
66
description = "A way to identify git actors"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
repository = "https://github.com/GitoxideLabs/gitoxide"

gix-archive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ zip = ["dep:zip"]
2828

2929
[dependencies]
3030
gix-worktree-stream = { version = "^0.22.0", path = "../gix-worktree-stream" }
31-
gix-object = { version = "^0.50.1", path = "../gix-object" }
31+
gix-object = { version = "^0.50.2", path = "../gix-object" }
3232
gix-path = { version = "^0.10.20", path = "../gix-path", optional = true }
3333
gix-date = { version = "^0.10.5", path = "../gix-date" }
3434

gix-blame/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gix-revwalk = { version = "^0.21.0", path = "../gix-revwalk" }
1616
gix-trace = { version = "^0.1.13", path = "../gix-trace" }
1717
gix-date = { version = "^0.10.5", path = "../gix-date" }
1818
gix-diff = { version = "^0.53.0", path = "../gix-diff", default-features = false, features = ["blob"] }
19-
gix-object = { version = "^0.50.1", path = "../gix-object" }
19+
gix-object = { version = "^0.50.2", path = "../gix-object" }
2020
gix-hash = { version = "^0.19.0", path = "../gix-hash" }
2121
gix-worktree = { version = "^0.42.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
2222
gix-traverse = { version = "^0.47.0", path = "../gix-traverse" }

gix-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gix-features = { version = "^0.43.1", path = "../gix-features" }
2323
gix-config-value = { version = "^0.15.1", path = "../gix-config-value" }
2424
gix-path = { version = "^0.10.20", path = "../gix-path" }
2525
gix-sec = { version = "^0.12.0", path = "../gix-sec" }
26-
gix-ref = { version = "^0.53.0", path = "../gix-ref" }
26+
gix-ref = { version = "^0.53.1", path = "../gix-ref" }
2727
gix-glob = { version = "^0.21.0", path = "../gix-glob" }
2828

2929
winnow = { version = "0.7.12", features = ["simd"] }

gix-diff/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ gix-index = { version = "^0.41.0", path = "../gix-index", optional = true }
3131
gix-pathspec = { version = "^0.12.0", path = "../gix-pathspec", optional = true }
3232
gix-attributes = { version = "^0.27.0", path = "../gix-attributes", optional = true }
3333
gix-hash = { version = "^0.19.0", path = "../gix-hash" }
34-
gix-object = { version = "^0.50.1", path = "../gix-object" }
34+
gix-object = { version = "^0.50.2", path = "../gix-object" }
3535
gix-filter = { version = "^0.20.0", path = "../gix-filter", optional = true }
3636
gix-worktree = { version = "^0.42.0", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true }
3737
gix-command = { version = "^0.6.2", path = "../gix-command", optional = true }
3838
gix-path = { version = "^0.10.20", path = "../gix-path", optional = true }
39-
gix-fs = { version = "^0.16.0", path = "../gix-fs", optional = true }
39+
gix-fs = { version = "^0.16.1", path = "../gix-fs", optional = true }
4040
gix-tempfile = { version = "^18.0.0", path = "../gix-tempfile", optional = true }
4141
gix-trace = { version = "^0.1.13", path = "../gix-trace", optional = true }
4242
gix-traverse = { version = "^0.47.0", path = "../gix-traverse", optional = true }

gix-dir/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ test = false
1818
gix-trace = { version = "^0.1.13", path = "../gix-trace" }
1919
gix-index = { version = "^0.41.0", path = "../gix-index" }
2020
gix-discover = { version = "^0.41.0", path = "../gix-discover" }
21-
gix-fs = { version = "^0.16.0", path = "../gix-fs" }
21+
gix-fs = { version = "^0.16.1", path = "../gix-fs" }
2222
gix-path = { version = "^0.10.20", path = "../gix-path" }
2323
gix-pathspec = { version = "^0.12.0", path = "../gix-pathspec" }
2424
gix-worktree = { version = "^0.42.0", path = "../gix-worktree", default-features = false }
25-
gix-object = { version = "^0.50.1", path = "../gix-object" }
25+
gix-object = { version = "^0.50.2", path = "../gix-object" }
2626
gix-ignore = { version = "^0.16.0", path = "../gix-ignore" }
2727
gix-utils = { version = "^0.3.0", path = "../gix-utils", features = ["bstr"] }
2828

gix-discover/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ doctest = false
1717
[dependencies]
1818
gix-sec = { version = "^0.12.0", path = "../gix-sec" }
1919
gix-path = { version = "^0.10.20", path = "../gix-path" }
20-
gix-ref = { version = "^0.53.0", path = "../gix-ref" }
20+
gix-ref = { version = "^0.53.1", path = "../gix-ref" }
2121
gix-hash = { version = "^0.19.0", path = "../gix-hash" }
22-
gix-fs = { version = "^0.16.0", path = "../gix-fs" }
22+
gix-fs = { version = "^0.16.1", path = "../gix-fs" }
2323

2424
bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
2525
thiserror = "2.0.0"

gix-filter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ doctest = false
1717
[dependencies]
1818
gix-hash = { version = "^0.19.0", path = "../gix-hash" }
1919
gix-trace = { version = "^0.1.13", path = "../gix-trace" }
20-
gix-object = { version = "^0.50.1", path = "../gix-object" }
20+
gix-object = { version = "^0.50.2", path = "../gix-object" }
2121
gix-command = { version = "^0.6.2", path = "../gix-command" }
2222
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
2323
gix-utils = { version = "^0.3.0", path = "../gix-utils" }

0 commit comments

Comments
 (0)