Skip to content

Commit 49fa9f3

Browse files
committed
Adjusting changelogs prior to release of gix-path v0.10.16, gix-features v0.42.0, gix-hash v0.17.1, gix-object v0.49.0, gix-glob v0.19.1, gix-quote v0.5.1, gix-attributes v0.25.1, gix-command v0.5.1, gix-packetline-blocking v0.18.4, gix-filter v0.19.0, gix-fs v0.14.1, gix-commitgraph v0.27.1, gix-revwalk v0.20.0, gix-traverse v0.46.0, gix-worktree-stream v0.21.0, gix-archive v0.21.0, gix-tempfile v17.0.1, gix-lock v17.0.1, gix-index v0.39.1, gix-config-value v0.14.13, gix-pathspec v0.10.1, gix-ignore v0.14.1, gix-worktree v0.40.1, gix-diff v0.52.0, gix-blame v0.2.0, gix-ref v0.52.0, gix-sec v0.10.13, gix-config v0.45.0, gix-prompt v0.10.1, gix-url v0.30.1, gix-credentials v0.28.1, gix-discover v0.40.0, gix-dir v0.14.0, gix-mailmap v0.27.0, gix-revision v0.34.0, gix-merge v0.5.0, gix-negotiate v0.20.0, gix-pack v0.59.0, gix-odb v0.69.0, gix-refspec v0.30.0, gix-shallow v0.3.1, gix-packetline v0.18.5, gix-transport v0.46.1, gix-protocol v0.50.0, gix-status v0.19.0, gix-submodule v0.19.0, gix-worktree-state v0.18.1, gix v0.72.0, gix-fsck v0.11.0, gitoxide-core v0.47.0, gitoxide v0.43.0, safety bump 7 crates
SAFETY BUMP: gix-config v0.45.0, gix-discover v0.40.0, gix-dir v0.14.0, gix-protocol v0.50.0, gix v0.72.0, gitoxide-core v0.47.0, gitoxide v0.43.0
1 parent db0b095 commit 49fa9f3

File tree

42 files changed

+443
-241
lines changed

Some content is hidden

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

42 files changed

+443
-241
lines changed

Cargo.lock

+103-103
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ gitoxide-core-async-client = ["gitoxide-core/async-client", "futures-lite"]
151151
[dependencies]
152152
anyhow = "1.0.98"
153153

154-
gitoxide-core = { version = "^0.46.0", path = "gitoxide-core" }
154+
gitoxide-core = { version = "^0.47.0", path = "gitoxide-core" }
155155
gix-features = { version = "^0.42.0", path = "gix-features" }
156156
gix = { version = "^0.72.0", path = "gix", default-features = false }
157157

gitoxide-core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lints.workspace = true
44
name = "gitoxide-core"
55
description = "The library implementing all capabilities of the gitoxide CLI"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
7-
version = "0.46.0"
7+
version = "0.47.0"
88
authors = ["Sebastian Thiel <[email protected]>"]
99
license = "MIT OR Apache-2.0"
1010
edition = "2021"
@@ -51,7 +51,7 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]
5151
# deselect everything else (like "performance") as this should be controllable by the parent application.
5252
gix = { version = "^0.72.0", path = "../gix", default-features = false, features = ["merge", "blob-diff", "blame", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] }
5353
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.59.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] }
54-
gix-transport-configuration-only = { package = "gix-transport", version = "^0.46.0", path = "../gix-transport", default-features = false }
54+
gix-transport-configuration-only = { package = "gix-transport", version = "^0.46.1", path = "../gix-transport", default-features = false }
5555
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.21.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
5656
gix-status = { version = "^0.19.0", path = "../gix-status" }
5757
gix-fsck = { version = "^0.11.0", path = "../gix-fsck" }

gix-archive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ zip = ["dep:flate2", "dep:zip"]
3030
[dependencies]
3131
gix-worktree-stream = { version = "^0.21.0", path = "../gix-worktree-stream" }
3232
gix-object = { version = "^0.49.0", path = "../gix-object" }
33-
gix-path = { version = "^0.10.15", path = "../gix-path", optional = true }
33+
gix-path = { version = "^0.10.16", path = "../gix-path", optional = true }
3434
gix-date = { version = "^0.10.0", path = "../gix-date" }
3535

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

gix-attributes/CHANGELOG.md

+38-8
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,41 @@ 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.25.0 (2025-04-25)
8+
## 0.25.1 (2025-04-25)
9+
10+
### Commit Statistics
11+
12+
<csr-read-only-do-not-edit/>
13+
14+
- 7 commits contributed to the release.
15+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
16+
- 0 issues like '(#ID)' were seen in commit messages
17+
18+
### Commit Details
19+
20+
<csr-read-only-do-not-edit/>
21+
22+
<details><summary>view details</summary>
23+
24+
* **Uncategorized**
25+
- Release gix-date v0.10.0, gix-utils v0.2.1, gix-actor v0.35.0, gix-validate v0.9.5, gix-path v0.10.15, gix-features v0.42.0, gix-hash v0.17.1, gix-object v0.49.0, gix-glob v0.19.1, gix-quote v0.5.1, gix-attributes v0.25.0, gix-command v0.5.1, gix-packetline-blocking v0.18.4, gix-filter v0.19.0, gix-fs v0.14.0, gix-commitgraph v0.27.1, gix-revwalk v0.20.0, gix-traverse v0.46.0, gix-worktree-stream v0.21.0, gix-archive v0.21.0, gix-tempfile v17.0.1, gix-lock v17.0.1, gix-index v0.39.0, gix-config-value v0.14.13, gix-pathspec v0.10.1, gix-ignore v0.14.1, gix-worktree v0.40.0, gix-diff v0.52.0, gix-blame v0.2.0, gix-ref v0.51.0, gix-sec v0.10.13, gix-config v0.45.0, gix-prompt v0.10.1, gix-url v0.30.1, gix-credentials v0.28.1, gix-discover v0.40.0, gix-dir v0.14.0, gix-mailmap v0.27.0, gix-revision v0.34.0, gix-merge v0.5.0, gix-negotiate v0.20.0, gix-pack v0.59.0, gix-odb v0.69.0, gix-refspec v0.30.0, gix-shallow v0.3.1, gix-packetline v0.18.5, gix-transport v0.46.0, gix-protocol v0.50.0, gix-status v0.19.0, gix-submodule v0.19.0, gix-worktree-state v0.18.0, gix v0.72.0, gix-fsck v0.11.0, gitoxide-core v0.46.0, gitoxide v0.43.0, safety bump 30 crates ([`db0b095`](https://github.com/GitoxideLabs/gitoxide/commit/db0b0957930e3ebb1b3f05ed8d7e7a557eb384a2))
26+
- Update changelogs prior to release ([`0bf84db`](https://github.com/GitoxideLabs/gitoxide/commit/0bf84dbc041f59efba06adcf422c60b5d6e350f0))
27+
- Merge pull request #1935 from pierrechevalier83/fix_1923 ([`3b1bef7`](https://github.com/GitoxideLabs/gitoxide/commit/3b1bef7cc40e16b61bcc117ca90ebae21df7c7b1))
28+
- J fmt ([`c3c6504`](https://github.com/GitoxideLabs/gitoxide/commit/c3c650448f92bcb27194ce0a51f7d604ce87920d))
29+
- Merge pull request #1949 from GitoxideLabs/dependabot/cargo/cargo-6893e2988a ([`b5e9059`](https://github.com/GitoxideLabs/gitoxide/commit/b5e905991155ace32ef21464e69a8369a773f02b))
30+
- Bump the cargo group with 21 updates ([`68e6b2e`](https://github.com/GitoxideLabs/gitoxide/commit/68e6b2e54613fe788d645ea8c942c71a39c6ede1))
31+
- Merge pull request #1919 from GitoxideLabs/release ([`420e730`](https://github.com/GitoxideLabs/gitoxide/commit/420e730f765b91e1d17daca6bb1f99bdb2e54fda))
32+
</details>
33+
34+
## 0.25.0 (2025-04-04)
935

1036
A maintenance release without user-facing changes.
1137

1238
### Commit Statistics
1339

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

16-
- 6 commits contributed to the release.
42+
- 10 commits contributed to the release.
1743
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1844
- 0 issues like '(#ID)' were seen in commit messages
1945

@@ -30,12 +56,16 @@ A maintenance release without user-facing changes.
3056
<details><summary>view details</summary>
3157

3258
* **Uncategorized**
33-
- Update changelogs prior to release ([`0bf84db`](https://github.com/GitoxideLabs/gitoxide/commit/0bf84dbc041f59efba06adcf422c60b5d6e350f0))
34-
- Merge pull request #1935 from pierrechevalier83/fix_1923 ([`3b1bef7`](https://github.com/GitoxideLabs/gitoxide/commit/3b1bef7cc40e16b61bcc117ca90ebae21df7c7b1))
35-
- J fmt ([`c3c6504`](https://github.com/GitoxideLabs/gitoxide/commit/c3c650448f92bcb27194ce0a51f7d604ce87920d))
36-
- Merge pull request #1949 from GitoxideLabs/dependabot/cargo/cargo-6893e2988a ([`b5e9059`](https://github.com/GitoxideLabs/gitoxide/commit/b5e905991155ace32ef21464e69a8369a773f02b))
37-
- Bump the cargo group with 21 updates ([`68e6b2e`](https://github.com/GitoxideLabs/gitoxide/commit/68e6b2e54613fe788d645ea8c942c71a39c6ede1))
38-
- Merge pull request #1919 from GitoxideLabs/release ([`420e730`](https://github.com/GitoxideLabs/gitoxide/commit/420e730f765b91e1d17daca6bb1f99bdb2e54fda))
59+
- Release gix-date v0.9.4, gix-utils v0.2.0, gix-actor v0.34.0, gix-features v0.41.0, gix-hash v0.17.0, gix-hashtable v0.8.0, gix-path v0.10.15, gix-validate v0.9.4, gix-object v0.48.0, gix-glob v0.19.0, gix-quote v0.5.0, gix-attributes v0.25.0, gix-command v0.5.0, gix-packetline-blocking v0.18.3, gix-filter v0.18.0, gix-fs v0.14.0, gix-commitgraph v0.27.0, gix-revwalk v0.19.0, gix-traverse v0.45.0, gix-worktree-stream v0.20.0, gix-archive v0.20.0, gix-tempfile v17.0.0, gix-lock v17.0.0, gix-index v0.39.0, gix-config-value v0.14.12, gix-pathspec v0.10.0, gix-ignore v0.14.0, gix-worktree v0.40.0, gix-diff v0.51.0, gix-blame v0.1.0, gix-ref v0.51.0, gix-config v0.44.0, gix-prompt v0.10.0, gix-url v0.30.0, gix-credentials v0.28.0, gix-discover v0.39.0, gix-dir v0.13.0, gix-mailmap v0.26.0, gix-revision v0.33.0, gix-merge v0.4.0, gix-negotiate v0.19.0, gix-pack v0.58.0, gix-odb v0.68.0, gix-refspec v0.29.0, gix-shallow v0.3.0, gix-packetline v0.18.4, gix-transport v0.46.0, gix-protocol v0.49.0, gix-status v0.18.0, gix-submodule v0.18.0, gix-worktree-state v0.18.0, gix v0.71.0, gix-fsck v0.10.0, gitoxide-core v0.46.0, gitoxide v0.42.0, safety bump 48 crates ([`b41312b`](https://github.com/GitoxideLabs/gitoxide/commit/b41312b478b0d19efb330970cf36dba45d0fbfbd))
60+
- Update changelogs prior to release ([`38dff41`](https://github.com/GitoxideLabs/gitoxide/commit/38dff41d09b6841ff52435464e77cd012dce7645))
61+
- Merge pull request #1908 from EliahKagan/run-ci/scripts ([`c8c42b4`](https://github.com/GitoxideLabs/gitoxide/commit/c8c42b4b86e8bf7d8f0f7130d2da98dfed246be9))
62+
- Fix a few ShellCheck warnings and stylistic inconsistencies ([`e5e2c6f`](https://github.com/GitoxideLabs/gitoxide/commit/e5e2c6fbf9337219edb79ce97b56b3be91bc14e5))
63+
- Merge pull request #1907 from EliahKagan/run-ci/raw ([`7b17da6`](https://github.com/GitoxideLabs/gitoxide/commit/7b17da6ca1dce275de0d32d0b0d6c238621e6ee3))
64+
- Drop trailing `,` just before `)` on same line in function calls ([`66a5ae1`](https://github.com/GitoxideLabs/gitoxide/commit/66a5ae1b586d583066402c801213a55141e2aad6))
65+
- Use raw literals for more strings with backslashes ([`01bd76d`](https://github.com/GitoxideLabs/gitoxide/commit/01bd76dcacb69d9c21f2fc6063e273a01aebf94f))
66+
- Merge pull request #1854 from GitoxideLabs/montly-report ([`16a248b`](https://github.com/GitoxideLabs/gitoxide/commit/16a248beddbfbd21621f2bb57aaa82dca35acb19))
67+
- Thanks clippy ([`8e96ed3`](https://github.com/GitoxideLabs/gitoxide/commit/8e96ed37db680855d194c10673ba2dab28655d95))
68+
- Merge pull request #1778 from GitoxideLabs/new-release ([`8df0db2`](https://github.com/GitoxideLabs/gitoxide/commit/8df0db2f8fe1832a5efd86d6aba6fb12c4c855de))
3969
</details>
4070

4171
## 0.24.0 (2025-01-18)

gix-attributes/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lints.workspace = true
22

33
[package]
44
name = "gix-attributes"
5-
version = "0.25.0"
5+
version = "0.25.1"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
77
license = "MIT OR Apache-2.0"
88
description = "A crate of the gitoxide project dealing .gitattributes files"
@@ -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.15", path = "../gix-path" }
22+
gix-path = { version = "^0.10.16", path = "../gix-path" }
2323
gix-quote = { version = "^0.5.1", path = "../gix-quote" }
2424
gix-glob = { version = "^0.19.1", path = "../gix-glob" }
2525
gix-trace = { version = "^0.1.12", path = "../gix-trace" }

gix-blame/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gix-date = { version = "^0.10.0", path = "../gix-date" }
2121
gix-diff = { version = "^0.52.0", path = "../gix-diff", default-features = false, features = ["blob"] }
2222
gix-object = { version = "^0.49.0", path = "../gix-object" }
2323
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
24-
gix-worktree = { version = "^0.40.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
24+
gix-worktree = { version = "^0.40.1", path = "../gix-worktree", default-features = false, features = ["attributes"] }
2525
gix-traverse = { version = "^0.46.0", path = "../gix-traverse" }
2626

2727
smallvec = "1.15.0"

gix-command/Cargo.toml

+1-1
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.15", path = "../gix-path" }
19+
gix-path = { version = "^0.10.16", path = "../gix-path" }
2020
gix-quote = { version = "^0.5.1", path = "../gix-quote" }
2121

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

gix-config-value/Cargo.toml

+1-1
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.15", path = "../gix-path" }
22+
gix-path = { version = "^0.10.16", path = "../gix-path" }
2323

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

gix-config/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ serde = ["dep:serde", "bstr/serde", "gix-sec/serde", "gix-ref/serde", "gix-glob/
2121
[dependencies]
2222
gix-features = { version = "^0.42.0", path = "../gix-features" }
2323
gix-config-value = { version = "^0.14.13", path = "../gix-config-value" }
24-
gix-path = { version = "^0.10.15", path = "../gix-path" }
24+
gix-path = { version = "^0.10.16", path = "../gix-path" }
2525
gix-sec = { version = "^0.10.13", path = "../gix-sec" }
26-
gix-ref = { version = "^0.51.0", path = "../gix-ref" }
26+
gix-ref = { version = "^0.52.0", path = "../gix-ref" }
2727
gix-glob = { version = "^0.19.1", path = "../gix-glob" }
2828

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

gix-credentials/Cargo.toml

+1-1
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.10.13", path = "../gix-sec" }
2323
gix-url = { version = "^0.30.1", path = "../gix-url" }
24-
gix-path = { version = "^0.10.15", path = "../gix-path" }
24+
gix-path = { version = "^0.10.16", path = "../gix-path" }
2525
gix-command = { version = "^0.5.1", path = "../gix-command" }
2626
gix-config-value = { version = "^0.14.13", path = "../gix-config-value" }
2727
gix-prompt = { version = "^0.10.1", path = "../gix-prompt" }

gix-diff/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ wasm = ["dep:getrandom"]
2727
doctest = false
2828

2929
[dependencies]
30-
gix-index = { version = "^0.39.0", path = "../gix-index", optional = true }
30+
gix-index = { version = "^0.39.1", path = "../gix-index", optional = true }
3131
gix-pathspec = { version = "^0.10.1", path = "../gix-pathspec", optional = true }
32-
gix-attributes = { version = "^0.25.0", path = "../gix-attributes", optional = true }
32+
gix-attributes = { version = "^0.25.1", path = "../gix-attributes", optional = true }
3333
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
3434
gix-object = { version = "^0.49.0", path = "../gix-object" }
3535
gix-filter = { version = "^0.19.0", path = "../gix-filter", optional = true }
36-
gix-worktree = { version = "^0.40.0", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true }
36+
gix-worktree = { version = "^0.40.1", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true }
3737
gix-command = { version = "^0.5.1", path = "../gix-command", optional = true }
38-
gix-path = { version = "^0.10.15", path = "../gix-path", optional = true }
39-
gix-fs = { version = "^0.14.0", path = "../gix-fs", optional = true }
38+
gix-path = { version = "^0.10.16", path = "../gix-path", optional = true }
39+
gix-fs = { version = "^0.14.1", path = "../gix-fs", optional = true }
4040
gix-tempfile = { version = "^17.0.0", path = "../gix-tempfile", optional = true }
4141
gix-trace = { version = "^0.1.12", path = "../gix-trace", optional = true }
4242
gix-traverse = { version = "^0.46.0", path = "../gix-traverse", optional = true }

gix-dir/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ test = false
1616

1717
[dependencies]
1818
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
19-
gix-index = { version = "^0.39.0", path = "../gix-index" }
19+
gix-index = { version = "^0.39.1", path = "../gix-index" }
2020
gix-discover = { version = "^0.40.0", path = "../gix-discover" }
21-
gix-fs = { version = "^0.14.0", path = "../gix-fs" }
22-
gix-path = { version = "^0.10.15", path = "../gix-path" }
21+
gix-fs = { version = "^0.14.1", path = "../gix-fs" }
22+
gix-path = { version = "^0.10.16", path = "../gix-path" }
2323
gix-pathspec = { version = "^0.10.1", path = "../gix-pathspec" }
24-
gix-worktree = { version = "^0.40.0", path = "../gix-worktree", default-features = false }
24+
gix-worktree = { version = "^0.40.1", path = "../gix-worktree", default-features = false }
2525
gix-object = { version = "^0.49.0", path = "../gix-object" }
2626
gix-ignore = { version = "^0.14.1", path = "../gix-ignore" }
2727
gix-utils = { version = "^0.2.1", path = "../gix-utils", features = ["bstr"] }

gix-discover/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ doctest = false
1616

1717
[dependencies]
1818
gix-sec = { version = "^0.10.13", path = "../gix-sec" }
19-
gix-path = { version = "^0.10.15", path = "../gix-path" }
20-
gix-ref = { version = "^0.51.0", path = "../gix-ref" }
19+
gix-path = { version = "^0.10.16", path = "../gix-path" }
20+
gix-ref = { version = "^0.52.0", path = "../gix-ref" }
2121
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
22-
gix-fs = { version = "^0.14.0", path = "../gix-fs" }
22+
gix-fs = { version = "^0.14.1", path = "../gix-fs" }
2323

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

gix-features/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ required-features = ["io-pipe"]
101101
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
102102

103103
# for walkdir
104-
gix-path = { version = "^0.10.15", path = "../gix-path", optional = true }
104+
gix-path = { version = "^0.10.16", path = "../gix-path", optional = true }
105105
gix-utils = { version = "^0.2.1", path = "../gix-utils", optional = true }
106106

107107
# 'parallel' feature

gix-filter/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ gix-object = { version = "^0.49.0", path = "../gix-object" }
2121
gix-command = { version = "^0.5.1", path = "../gix-command" }
2222
gix-quote = { version = "^0.5.1", path = "../gix-quote" }
2323
gix-utils = { version = "^0.2.1", path = "../gix-utils" }
24-
gix-path = { version = "^0.10.15", path = "../gix-path" }
24+
gix-path = { version = "^0.10.16", path = "../gix-path" }
2525
gix-packetline-blocking = { version = "^0.18.4", path = "../gix-packetline-blocking" }
26-
gix-attributes = { version = "^0.25.0", path = "../gix-attributes" }
26+
gix-attributes = { version = "^0.25.1", path = "../gix-attributes" }
2727

2828
encoding_rs = "0.8.32"
2929
bstr = { version = "1.12.0", default-features = false, features = ["std"] }

gix-fs/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lints.workspace = true
22

33
[package]
44
name = "gix-fs"
5-
version = "0.14.0"
5+
version = "0.14.1"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
77
license = "MIT OR Apache-2.0"
88
description = "A crate providing file system specific utilities to `gitoxide`"
@@ -20,7 +20,7 @@ serde = ["dep:serde"]
2020

2121
[dependencies]
2222
bstr = "1.12.0"
23-
gix-path = { version = "^0.10.15", path = "../gix-path" }
23+
gix-path = { version = "^0.10.16", path = "../gix-path" }
2424
gix-features = { version = "^0.42.0", path = "../gix-features", features = ["fs-read-dir"] }
2525
gix-utils = { version = "^0.2.1", path = "../gix-utils" }
2626
thiserror = "2.0.0"

gix-glob/Cargo.toml

+1-1
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.15", path = "../gix-path" }
22+
gix-path = { version = "^0.10.16", path = "../gix-path" }
2323
gix-features = { version = "^0.42.0", path = "../gix-features" }
2424
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
2525
bitflags = "2"

gix-ignore/Cargo.toml

+1-1
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.19.1", path = "../gix-glob" }
23-
gix-path = { version = "^0.10.15", path = "../gix-path" }
23+
gix-path = { version = "^0.10.16", 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"] }

0 commit comments

Comments
 (0)