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"

gix-diff/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ wasm = ["dep:getrandom"]
2727
doctest = false
2828

2929
[dependencies]
30-
gix-index = { version = "^0.40.0", path = "../gix-index", optional = true }
30+
gix-index = { version = "^0.40.1", path = "../gix-index", optional = true }
3131
gix-pathspec = { version = "^0.11.0", path = "../gix-pathspec", optional = true }
3232
gix-attributes = { version = "^0.26.0", path = "../gix-attributes", optional = true }
3333
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
3434
gix-object = { version = "^0.49.1", path = "../gix-object" }
3535
gix-filter = { version = "^0.19.1", path = "../gix-filter", optional = true }
3636
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true }
3737
gix-command = { version = "^0.6.0", path = "../gix-command", optional = true }
38-
gix-path = { version = "^0.10.17", path = "../gix-path", optional = true }
38+
gix-path = { version = "^0.10.18", path = "../gix-path", optional = true }
3939
gix-fs = { version = "^0.15.0", path = "../gix-fs", optional = true }
4040
gix-tempfile = { version = "^17.1.0", path = "../gix-tempfile", optional = true }
4141
gix-trace = { version = "^0.1.12", path = "../gix-trace", optional = true }
42-
gix-traverse = { version = "^0.46.1", path = "../gix-traverse", optional = true }
42+
gix-traverse = { version = "^0.46.2", path = "../gix-traverse", optional = true }
4343

4444
thiserror = "2.0.0"
4545
imara-diff = { version = "0.1.7", optional = true }

gix-dir/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ test = false
1616

1717
[dependencies]
1818
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
19-
gix-index = { version = "^0.40.0", path = "../gix-index" }
19+
gix-index = { version = "^0.40.1", path = "../gix-index" }
2020
gix-discover = { version = "^0.40.1", path = "../gix-discover" }
2121
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
22-
gix-path = { version = "^0.10.17", path = "../gix-path" }
22+
gix-path = { version = "^0.10.18", path = "../gix-path" }
2323
gix-pathspec = { version = "^0.11.0", path = "../gix-pathspec" }
2424
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false }
2525
gix-object = { version = "^0.49.1", path = "../gix-object" }

gix-discover/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-sec = { version = "^0.11.0", path = "../gix-sec" }
19-
gix-path = { version = "^0.10.17", path = "../gix-path" }
19+
gix-path = { version = "^0.10.18", path = "../gix-path" }
2020
gix-ref = { version = "^0.52.1", path = "../gix-ref" }
2121
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
2222
gix-fs = { version = "^0.15.0", path = "../gix-fs" }

gix-filter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gix-object = { version = "^0.49.1", path = "../gix-object" }
2121
gix-command = { version = "^0.6.0", path = "../gix-command" }
2222
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
2323
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
24-
gix-path = { version = "^0.10.17", path = "../gix-path" }
24+
gix-path = { version = "^0.10.18", path = "../gix-path" }
2525
gix-packetline-blocking = { version = "^0.19.0", path = "../gix-packetline-blocking" }
2626
gix-attributes = { version = "^0.26.0", path = "../gix-attributes" }
2727

gix-glob/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", "bitflags/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-features = { version = "^0.42.1", path = "../gix-features" }
2424
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
2525
bitflags = "2"

gix-ignore/Cargo.toml

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

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

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

gix-index/CHANGELOG.md

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

1010
### Bug Fixes
1111

@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
<csr-read-only-do-not-edit/>
1717

18-
- 5 commits contributed to the release over the course of 14 calendar days.
18+
- 6 commits contributed to the release over the course of 14 calendar days.
1919
- 14 days passed between releases.
2020
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2121
- 0 issues like '(#ID)' were seen in commit messages
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
<details><summary>view details</summary>
2828

2929
* **Uncategorized**
30+
- Prepare changelogs prior to release of `gix-index` ([`bfc4880`](https://github.com/GitoxideLabs/gitoxide/commit/bfc48801bf3ed39cdf7ec02e01aa3cfb6181705f))
3031
- Merge pull request #2005 from 0-wiz-0/main ([`33c4d6b`](https://github.com/GitoxideLabs/gitoxide/commit/33c4d6b6656c994ed090f2fddd70e014401baf30))
3132
- Fix build on NetBSD ([`00e8934`](https://github.com/GitoxideLabs/gitoxide/commit/00e89341cd89f58d031eee8a4e60f6ebdcd53185))
3233
- Merge pull request #1977 from GitoxideLabs/dependabot/cargo/cargo-811d7b929d ([`800738a`](https://github.com/GitoxideLabs/gitoxide/commit/800738a37f3d33926a427edfa294423bbe3f2b66))

gix-index/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-index"
5-
version = "0.40.0"
5+
version = "0.40.1"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
77
license = "MIT OR Apache-2.0"
88
description = "A work-in-progress crate of the gitoxide project dedicated implementing the git index file"
@@ -29,7 +29,7 @@ gix-hash = { version = "^0.18.0", path = "../gix-hash" }
2929
gix-bitmap = { version = "^0.2.14", path = "../gix-bitmap" }
3030
gix-object = { version = "^0.49.1", path = "../gix-object" }
3131
gix-validate = { version = "^0.10.0", path = "../gix-validate" }
32-
gix-traverse = { version = "^0.46.1", path = "../gix-traverse" }
32+
gix-traverse = { version = "^0.46.2", path = "../gix-traverse" }
3333
gix-lock = { version = "^17.1.0", path = "../gix-lock" }
3434
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
3535
gix-utils = { version = "^0.3.0", path = "../gix-utils" }

gix-mailmap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde = ["dep:serde", "bstr/serde", "gix-actor/serde"]
2020

2121
[dependencies]
2222
gix-actor = { version = "^0.35.1", path = "../gix-actor" }
23-
gix-date = { version = "^0.10.1", path = "../gix-date" }
23+
gix-date = { version = "^0.10.2", path = "../gix-date" }
2424
bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
2525
thiserror = "2.0.0"
2626
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }

gix-merge/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ gix-object = { version = "^0.49.1", path = "../gix-object" }
2424
gix-filter = { version = "^0.19.1", path = "../gix-filter" }
2525
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
2626
gix-command = { version = "^0.6.0", path = "../gix-command" }
27-
gix-path = { version = "^0.10.17", path = "../gix-path" }
27+
gix-path = { version = "^0.10.18", path = "../gix-path" }
2828
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
2929
gix-tempfile = { version = "^17.1.0", path = "../gix-tempfile" }
3030
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
3131
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
3232
gix-revision = { version = "^0.34.1", path = "../gix-revision", default-features = false, features = ["merge_base"] }
3333
gix-revwalk = { version = "^0.20.1", path = "../gix-revwalk" }
3434
gix-diff = { version = "^0.52.1", path = "../gix-diff", default-features = false, features = ["blob"] }
35-
gix-index = { version = "^0.40.0", path = "../gix-index" }
35+
gix-index = { version = "^0.40.1", path = "../gix-index" }
3636

3737
thiserror = "2.0.0"
3838
imara-diff = { version = "0.1.7" }

gix-negotiate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test = false
1818
[dependencies]
1919
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
2020
gix-object = { version = "^0.49.1", path = "../gix-object" }
21-
gix-date = { version = "^0.10.1", path = "../gix-date" }
21+
gix-date = { version = "^0.10.2", path = "../gix-date" }
2222
gix-commitgraph = { version = "^0.28.0", path = "../gix-commitgraph" }
2323
gix-revwalk = { version = "^0.20.1", path = "../gix-revwalk" }
2424
thiserror = "2.0.0"

gix-odb/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ serde = ["dep:serde", "gix-hash/serde", "gix-object/serde", "gix-pack/serde"]
2323
gix-features = { version = "^0.42.1", path = "../gix-features", features = ["walkdir", "zlib", "crc32"] }
2424
gix-hashtable = { version = "^0.8.1", path = "../gix-hashtable" }
2525
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
26-
gix-date = { version = "^0.10.1", path = "../gix-date" }
27-
gix-path = { version = "^0.10.17", path = "../gix-path" }
26+
gix-date = { version = "^0.10.2", path = "../gix-date" }
27+
gix-path = { version = "^0.10.18", path = "../gix-path" }
2828
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
2929
gix-object = { version = "^0.49.1", path = "../gix-object" }
3030
gix-pack = { version = "^0.59.1", path = "../gix-pack", default-features = false }

gix-pack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ wasm = ["gix-diff?/wasm"]
3535

3636
[dependencies]
3737
gix-features = { version = "^0.42.1", path = "../gix-features", features = ["crc32", "progress", "zlib"] }
38-
gix-path = { version = "^0.10.17", path = "../gix-path" }
38+
gix-path = { version = "^0.10.18", path = "../gix-path" }
3939
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
4040
gix-chunk = { version = "^0.4.11", path = "../gix-chunk" }
4141
gix-object = { version = "^0.49.1", path = "../gix-object" }
4242
gix-hashtable = { version = "^0.8.1", path = "../gix-hashtable", optional = true }
4343

4444
# for streaming of packs (input, output)
45-
gix-traverse = { version = "^0.46.1", path = "../gix-traverse", optional = true }
45+
gix-traverse = { version = "^0.46.2", path = "../gix-traverse", optional = true }
4646
gix-diff = { version = "^0.52.1", path = "../gix-diff", default-features = false, optional = true }
4747

4848
memmap2 = "0.9.0"

gix-path/CHANGELOG.md

Lines changed: 10 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.18 (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-
- 3 commits contributed to the release over the course of 14 calendar days.
16+
- 4 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
- 0 issues like '(#ID)' were seen in commit messages
@@ -31,6 +31,7 @@ A maintenance release without user-facing changes.
3131
<details><summary>view details</summary>
3232

3333
* **Uncategorized**
34+
- Prepare changelogs prior to release of `gix-index` ([`bfc4880`](https://github.com/GitoxideLabs/gitoxide/commit/bfc48801bf3ed39cdf7ec02e01aa3cfb6181705f))
3435
- Merge pull request #1975 from GitoxideLabs/improvements ([`28935a5`](https://github.com/GitoxideLabs/gitoxide/commit/28935a56ff91f1fc2c17a7d23b057cf7119144e9))
3536
- Thanks clippy ([`dbf65c9`](https://github.com/GitoxideLabs/gitoxide/commit/dbf65c95644e6a134e7f9b75e7871479720b4deb))
3637
- Merge pull request #1971 from GitoxideLabs/new-release ([`8d4c4d1`](https://github.com/GitoxideLabs/gitoxide/commit/8d4c4d1e09f84c962c29d98a686c64228196ac13))
@@ -147,6 +148,13 @@ A maintenance release without user-facing changes.
147148
- https://github.com/GitoxideLabs/gitoxide/pull/1862#issuecomment-2692158831
148149
- https://github.com/GitoxideLabs/gitoxide/pull/1862#issuecomment-2692158831
149150
- https://github.com/GitoxideLabs/gitoxide/pull/1862#issuecomment-2692158831
151+
- https://github.com/GitoxideLabs/gitoxide/pull/1862#issuecomment-2692158831
152+
- https://github.com/GitoxideLabs/gitoxide/pull/1862#issuecomment-2692158831
153+
- https://github.com/GitoxideLabs/gitoxide/pull/1862#issuecomment-2692158831
154+
- https://github.com/GitoxideLabs/gitoxide/pull/1862#issuecomment-2692158831
155+
- https://github.com/GitoxideLabs/gitoxide/pull/1862#issuecomment-2692158831
156+
- https://github.com/GitoxideLabs/gitoxide/pull/1862#issuecomment-2692158831
157+
- https://github.com/GitoxideLabs/gitoxide/pull/1862#issuecomment-2692158831
150158
- https://github.com/GitoxideLabs/gitoxide/pull/1862#issuecomment-2692158831
151159
- https://github.com/GitoxideLabs/gitoxide/pull/1862#issuecomment-2692158831
152160
- https://github.com/GitoxideLabs/gitoxide/pull/1862#issuecomment-2692158831

gix-path/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-path"
5-
version = "0.10.17"
5+
version = "0.10.18"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
77
license = "MIT OR Apache-2.0"
88
description = "A crate of the gitoxide project dealing paths and their conversions"

gix-pathspec/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-glob = { version = "^0.20.0", path = "../gix-glob" }
19-
gix-path = { version = "^0.10.17", path = "../gix-path" }
19+
gix-path = { version = "^0.10.18", path = "../gix-path" }
2020
gix-attributes = { version = "^0.26.0", path = "../gix-attributes" }
2121
gix-config-value = { version = "^0.15.0", path = "../gix-config-value" }
2222

gix-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ gix-features = { version = "^0.42.1", path = "../gix-features", features = [
7474
gix-transport = { version = "^0.47.0", path = "../gix-transport" }
7575
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
7676
gix-shallow = { version = "^0.4.0", path = "../gix-shallow" }
77-
gix-date = { version = "^0.10.1", path = "../gix-date" }
77+
gix-date = { version = "^0.10.2", path = "../gix-date" }
7878
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
7979
gix-ref = { version = "^0.52.1", path = "../gix-ref" }
8080

0 commit comments

Comments
 (0)