Skip to content

Commit d2b4c44

Browse files
committed
Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1
1 parent bfc4880 commit d2b4c44

File tree

39 files changed

+74
-63
lines changed

39 files changed

+74
-63
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-archive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ zip = ["dep:flate2", "dep:zip"]
3030
[dependencies]
3131
gix-worktree-stream = { version = "^0.21.1", path = "../gix-worktree-stream" }
3232
gix-object = { version = "^0.49.1", path = "../gix-object" }
33-
gix-path = { version = "^0.10.17", path = "../gix-path", optional = true }
34-
gix-date = { version = "^0.10.1", path = "../gix-date" }
33+
gix-path = { version = "^0.10.18", path = "../gix-path", optional = true }
34+
gix-date = { version = "^0.10.2", path = "../gix-date" }
3535

3636
flate2 = { version = "1.1.1", optional = true, default-features = false, features = ["zlib-rs"] }
3737
zip = { version = "2.6.1", optional = true, default-features = false, features = ["deflate"] }

gix-attributes/Cargo.toml

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

2121
[dependencies]
22-
gix-path = { version = "^0.10.17", path = "../gix-path" }
22+
gix-path = { version = "^0.10.18", path = "../gix-path" }
2323
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
2424
gix-glob = { version = "^0.20.0", path = "../gix-glob" }
2525
gix-trace = { version = "^0.1.12", path = "../gix-trace" }

gix-blame/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ rust-version = "1.70"
1414
gix-commitgraph = { version = "^0.28.0", path = "../gix-commitgraph" }
1515
gix-revwalk = { version = "^0.20.1", path = "../gix-revwalk" }
1616
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
17-
gix-date = { version = "^0.10.1", path = "../gix-date" }
17+
gix-date = { version = "^0.10.2", path = "../gix-date" }
1818
gix-diff = { version = "^0.52.1", path = "../gix-diff", default-features = false, features = ["blob"] }
1919
gix-object = { version = "^0.49.1", path = "../gix-object" }
2020
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
2121
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
22-
gix-traverse = { version = "^0.46.1", path = "../gix-traverse" }
22+
gix-traverse = { version = "^0.46.2", path = "../gix-traverse" }
2323

2424
smallvec = "1.15.0"
2525
thiserror = "2.0.0"

gix-command/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ doctest = false
1616

1717
[dependencies]
1818
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
19-
gix-path = { version = "^0.10.17", path = "../gix-path" }
19+
gix-path = { version = "^0.10.18", path = "../gix-path" }
2020
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
2121

2222
bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }

gix-config-value/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ doctest = false
1919
serde = ["dep:serde", "bstr/serde"]
2020

2121
[dependencies]
22-
gix-path = { version = "^0.10.17", path = "../gix-path" }
22+
gix-path = { version = "^0.10.18", path = "../gix-path" }
2323

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

gix-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde = ["dep:serde", "bstr/serde", "gix-sec/serde", "gix-ref/serde", "gix-glob/
2121
[dependencies]
2222
gix-features = { version = "^0.42.1", path = "../gix-features" }
2323
gix-config-value = { version = "^0.15.0", path = "../gix-config-value" }
24-
gix-path = { version = "^0.10.17", path = "../gix-path" }
24+
gix-path = { version = "^0.10.18", path = "../gix-path" }
2525
gix-sec = { version = "^0.11.0", path = "../gix-sec" }
2626
gix-ref = { version = "^0.52.1", path = "../gix-ref" }
2727
gix-glob = { version = "^0.20.0", path = "../gix-glob" }

gix-credentials/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde = ["dep:serde", "bstr/serde", "gix-sec/serde"]
2121
[dependencies]
2222
gix-sec = { version = "^0.11.0", path = "../gix-sec" }
2323
gix-url = { version = "^0.31.0", path = "../gix-url" }
24-
gix-path = { version = "^0.10.17", path = "../gix-path" }
24+
gix-path = { version = "^0.10.18", path = "../gix-path" }
2525
gix-command = { version = "^0.6.0", path = "../gix-command" }
2626
gix-config-value = { version = "^0.15.0", path = "../gix-config-value" }
2727
gix-prompt = { version = "^0.11.0", path = "../gix-prompt" }

gix-date/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ 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-
## Unreleased
8+
## 0.10.2 (2025-05-10)
99

1010
A maintenance release without user-facing changes.
1111

1212
### Commit Statistics
1313

1414
<csr-read-only-do-not-edit/>
1515

16-
- 4 commits contributed to the release over the course of 14 calendar days.
16+
- 5 commits contributed to the release over the course of 14 calendar days.
1717
- 14 days passed between releases.
1818
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1919
- 2 unique issues were worked on: [#1979](https://github.com/GitoxideLabs/gitoxide/issues/1979), [#1984](https://github.com/GitoxideLabs/gitoxide/issues/1984)
@@ -29,6 +29,7 @@ A maintenance release without user-facing changes.
2929
* **[#1984](https://github.com/GitoxideLabs/gitoxide/issues/1984)**
3030
- Further upgrade `jiff` to fix fuzz failures ([`0be4dd4`](https://github.com/GitoxideLabs/gitoxide/commit/0be4dd4e037e8a3080ef335913e06bc2584fd96d))
3131
* **Uncategorized**
32+
- Prepare changelogs prior to release of `gix-index` ([`bfc4880`](https://github.com/GitoxideLabs/gitoxide/commit/bfc48801bf3ed39cdf7ec02e01aa3cfb6181705f))
3233
- Merge pull request #1984 from GitoxideLabs/fuzz ([`f965540`](https://github.com/GitoxideLabs/gitoxide/commit/f965540c162ed3e23bd0d7ad9083093033647e51))
3334
- Merge pull request #1971 from GitoxideLabs/new-release ([`8d4c4d1`](https://github.com/GitoxideLabs/gitoxide/commit/8d4c4d1e09f84c962c29d98a686c64228196ac13))
3435
</details>

gix-date/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-date"
5-
version = "0.10.1"
5+
version = "0.10.2"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
77
license = "MIT OR Apache-2.0"
88
description = "A crate of the gitoxide project parsing dates the way git does"

0 commit comments

Comments
 (0)