Skip to content

Commit b6c04c8

Browse files
committed
Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2
1 parent 17d1aac commit b6c04c8

File tree

36 files changed

+128
-123
lines changed

36 files changed

+128
-123
lines changed

Cargo.lock

Lines changed: 66 additions & 66 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
@@ -166,7 +166,7 @@ gitoxide-core-async-client = ["gitoxide-core/async-client", "futures-lite"]
166166
anyhow = "1.0.42"
167167

168168
gitoxide-core = { version = "^0.35.0", path = "gitoxide-core" }
169-
gix-features = { version = "^0.37.1", path = "gix-features" }
169+
gix-features = { version = "^0.37.2", path = "gix-features" }
170170
gix = { version = "^0.57.1", path = "gix", default-features = false }
171171
time = "0.3.23"
172172

gix-attributes/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", "kstring/serde"]
2020
gix-path = { version = "^0.10.3", path = "../gix-path" }
2121
gix-quote = { version = "^0.4.10", path = "../gix-quote" }
2222
gix-glob = { version = "^0.15.1", path = "../gix-glob" }
23-
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
23+
gix-trace = { version = "^0.1.7", path = "../gix-trace" }
2424

2525
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]}
2626
smallvec = "1.10.0"

gix-command/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include = ["src/lib.rs", "LICENSE-*"]
1313
doctest = false
1414

1515
[dependencies]
16-
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
16+
gix-trace = { version = "^0.1.7", path = "../gix-trace" }
1717
gix-path = { version = "^0.10.3", path = "../gix-path" }
1818

1919
bstr = { version = "1.5.0", default-features = false, features = ["std"] }

gix-commitgraph/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.23.2 (2024-01-15)
99

1010
A maintenance release without user-facing changes.
1111

1212
### Commit Statistics
1313

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

16-
- 2 commits contributed to the release over the course of 1 calendar day.
16+
- 3 commits contributed to the release over the course of 1 calendar day.
1717
- 16 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
@@ -25,6 +25,7 @@ A maintenance release without user-facing changes.
2525
<details><summary>view details</summary>
2626

2727
* **Uncategorized**
28+
- Prepare changelogs prior to `gix-index` release ([`17d1aac`](https://github.com/Byron/gitoxide/commit/17d1aac91ad22291ad6d72f6e8798ebb741a8d7d))
2829
- Merge pull request #1248 from joshtriplett/tyop ([`39f35da`](https://github.com/Byron/gitoxide/commit/39f35da390bc46005d0374b9bf4e7106fc1bd0ec))
2930
- Typo fixes ([`3ef3bc2`](https://github.com/Byron/gitoxide/commit/3ef3bc20a1b90799e5ac26858f898bc7a7c96901))
3031
</details>

gix-commitgraph/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-commitgraph"
3-
version = "0.23.1"
3+
version = "0.23.2"
44
repository = "https://github.com/Byron/gitoxide"
55
documentation = "https://git-scm.com/docs/commit-graph#:~:text=The%20commit-graph%20file%20is%20a%20supplemental%20data%20structure,or%20in%20the%20info%20directory%20of%20an%20alternate."
66
license = "MIT OR Apache-2.0"
@@ -18,7 +18,7 @@ doctest = false
1818
serde = ["dep:serde", "gix-hash/serde", "bstr/serde"]
1919

2020
[dependencies]
21-
gix-features = { version = "^0.37.1", path = "../gix-features", features = ["rustsha1"] }
21+
gix-features = { version = "^0.37.2", path = "../gix-features", features = ["rustsha1"] }
2222
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
2323
gix-chunk = { version = "^0.4.7", path = "../gix-chunk" }
2424

gix-config/Cargo.toml

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

1919
[dependencies]
20-
gix-features = { version = "^0.37.1", path = "../gix-features"}
20+
gix-features = { version = "^0.37.2", path = "../gix-features"}
2121
gix-config-value = { version = "^0.14.3", path = "../gix-config-value" }
2222
gix-path = { version = "^0.10.3", path = "../gix-path" }
2323
gix-sec = { version = "^0.10.3", path = "../gix-sec" }

gix-credentials/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gix-path = { version = "^0.10.3", path = "../gix-path" }
2323
gix-command = { version = "^0.3.2", path = "../gix-command" }
2424
gix-config-value = { version = "^0.14.3", path = "../gix-config-value" }
2525
gix-prompt = { version = "^0.8.2", path = "../gix-prompt" }
26-
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
26+
gix-trace = { version = "^0.1.7", path = "../gix-trace" }
2727

2828
thiserror = "1.0.32"
2929
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }

gix-diff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gix-command = { version = "^0.3.2", path = "../gix-command", optional = true }
3131
gix-path = { version = "^0.10.3", path = "../gix-path", optional = true }
3232
gix-fs = { version = "^0.9.1", path = "../gix-fs", optional = true }
3333
gix-tempfile = { version = "^12.0.0", path = "../gix-tempfile", optional = true }
34-
gix-trace = { version = "^0.1.6", path = "../gix-trace", optional = true }
34+
gix-trace = { version = "^0.1.7", path = "../gix-trace", optional = true }
3535

3636
thiserror = "1.0.32"
3737
imara-diff = { version = "0.1.3", optional = true }

gix-features/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.37.2 (2024-01-15)
99

1010
A maintenance release without user-facing changes.
1111

1212
### Commit Statistics
1313

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

16-
- 2 commits contributed to the release over the course of 1 calendar day.
16+
- 3 commits contributed to the release over the course of 1 calendar day.
1717
- 16 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
@@ -25,6 +25,7 @@ A maintenance release without user-facing changes.
2525
<details><summary>view details</summary>
2626

2727
* **Uncategorized**
28+
- Prepare changelogs prior to `gix-index` release ([`17d1aac`](https://github.com/Byron/gitoxide/commit/17d1aac91ad22291ad6d72f6e8798ebb741a8d7d))
2829
- Merge pull request #1248 from joshtriplett/tyop ([`39f35da`](https://github.com/Byron/gitoxide/commit/39f35da390bc46005d0374b9bf4e7106fc1bd0ec))
2930
- Typo fixes ([`3ef3bc2`](https://github.com/Byron/gitoxide/commit/3ef3bc20a1b90799e5ac26858f898bc7a7c96901))
3031
</details>

gix-features/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "gix-features"
33
description = "A crate to integrate various capabilities using compile-time feature flags"
44
repository = "https://github.com/Byron/gitoxide"
5-
version = "0.37.1"
5+
version = "0.37.2"
66
authors = ["Sebastian Thiel <[email protected]>"]
77
license = "MIT OR Apache-2.0"
88
edition = "2021"
@@ -115,7 +115,7 @@ required-features = ["io-pipe"]
115115

116116
[dependencies]
117117
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
118-
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
118+
gix-trace = { version = "^0.1.7", path = "../gix-trace" }
119119

120120
# 'parallel' feature
121121
crossbeam-channel = { version = "0.5.0", optional = true }

gix-filter/Cargo.toml

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

1515
[dependencies]
1616
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
17-
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
17+
gix-trace = { version = "^0.1.7", path = "../gix-trace" }
1818
gix-object = { version = "^0.40.1", path = "../gix-object" }
1919
gix-command = { version = "^0.3.2", path = "../gix-command" }
2020
gix-quote = { version = "^0.4.10", path = "../gix-quote" }

gix-glob/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serde= ["dep:serde", "bstr/serde", "bitflags/serde"]
1818

1919
[dependencies]
2020
gix-path = { version = "^0.10.3", path = "../gix-path" }
21-
gix-features = { version = "^0.37.1", path = "../gix-features" }
21+
gix-features = { version = "^0.37.2", path = "../gix-features" }
2222
bstr = { version = "1.3.0", default-features = false, features = ["std"]}
2323
bitflags = "2"
2424
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}

gix-ignore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde = ["dep:serde", "bstr/serde", "gix-glob/serde"]
1919
[dependencies]
2020
gix-glob = { version = "^0.15.1", path = "../gix-glob" }
2121
gix-path = { version = "^0.10.3", path = "../gix-path" }
22-
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
22+
gix-trace = { version = "^0.1.7", path = "../gix-trace" }
2323

2424
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"]}
2525
unicode-bom = "2.0.2"

gix-index/CHANGELOG.md

Lines changed: 6 additions & 5 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.28.2 (2024-01-15)
99

1010
### New Features
1111

@@ -16,15 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
New methods are:
1717

1818
* File::entry_by_path_icase
19-
* File::prefixed_entry_range_icase
20-
* File::entry_by_path_and_stage_icase
21-
* File::directory_kind_by_path_icase
19+
* File::prefixed_entry_range_icase
20+
* File::entry_by_path_and_stage_icase
21+
* File::directory_kind_by_path_icase
2222

2323
### Commit Statistics
2424

2525
<csr-read-only-do-not-edit/>
2626

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

3838
* **Uncategorized**
39+
- Prepare changelogs prior to `gix-index` release ([`17d1aac`](https://github.com/Byron/gitoxide/commit/17d1aac91ad22291ad6d72f6e8798ebb741a8d7d))
3940
- Merge branch 'fix-stat-with-negative-times' ([`08e6ca8`](https://github.com/Byron/gitoxide/commit/08e6ca8241047f75b84c1123f9f911625a2014fb))
4041
- Assure negative nanoseconds on MacOS are handled ([`bf49cd4`](https://github.com/Byron/gitoxide/commit/bf49cd4508433dba6aacf963f49662516b3a960c))
4142
- Fix stat on files with timestamps before the epoch ([`f4a29dc`](https://github.com/Byron/gitoxide/commit/f4a29dc17e60b208c515b921ba504acd7290e85c))

gix-index/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-index"
3-
version = "0.28.1"
3+
version = "0.28.2"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
66
description = "A work-in-progress crate of the gitoxide project dedicated implementing the git index file"
@@ -20,11 +20,11 @@ test = true
2020
serde = ["dep:serde", "smallvec/serde", "gix-hash/serde"]
2121

2222
[dependencies]
23-
gix-features = { version = "^0.37.1", path = "../gix-features", features = ["rustsha1", "progress"] }
23+
gix-features = { version = "^0.37.2", path = "../gix-features", features = ["rustsha1", "progress"] }
2424
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
2525
gix-bitmap = { version = "^0.2.10", path = "../gix-bitmap" }
2626
gix-object = { version = "^0.40.1", path = "../gix-object" }
27-
gix-traverse = { version = "^0.36.1", path = "../gix-traverse" }
27+
gix-traverse = { version = "^0.36.2", path = "../gix-traverse" }
2828
gix-lock = { version = "^12.0.0", path = "../gix-lock" }
2929
gix-fs = { version = "^0.9.1", path = "../gix-fs" }
3030

gix-negotiate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test = false
1717
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
1818
gix-object = { version = "^0.40.1", path = "../gix-object" }
1919
gix-date = { version = "^0.8.3", path = "../gix-date" }
20-
gix-commitgraph = { version = "^0.23.1", path = "../gix-commitgraph" }
20+
gix-commitgraph = { version = "^0.23.2", path = "../gix-commitgraph" }
2121
gix-revwalk = { version = "^0.11.1", path = "../gix-revwalk" }
2222
thiserror = "1.0.40"
2323
smallvec = "1.10.0"

gix-odb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ doctest = false
1818
serde= ["dep:serde", "gix-hash/serde", "gix-object/serde", "gix-pack/serde"]
1919

2020
[dependencies]
21-
gix-features = { version = "^0.37.1", path = "../gix-features", features = ["rustsha1", "walkdir", "zlib", "crc32" ] }
21+
gix-features = { version = "^0.37.2", path = "../gix-features", features = ["rustsha1", "walkdir", "zlib", "crc32" ] }
2222
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
2323
gix-date = { version = "^0.8.3", path = "../gix-date" }
2424
gix-path = { version = "^0.10.3", path = "../gix-path" }

gix-pack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ serde = ["dep:serde", "gix-object/serde"]
3232
wasm = ["gix-diff?/wasm"]
3333

3434
[dependencies]
35-
gix-features = { version = "^0.37.1", path = "../gix-features", features = ["crc32", "rustsha1", "progress", "zlib"] }
35+
gix-features = { version = "^0.37.2", path = "../gix-features", features = ["crc32", "rustsha1", "progress", "zlib"] }
3636
gix-path = { version = "^0.10.3", path = "../gix-path" }
3737
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
3838
gix-chunk = { version = "^0.4.7", path = "../gix-chunk" }
3939
gix-object = { version = "^0.40.1", path = "../gix-object" }
4040
gix-hashtable = { version = "^0.5.1", path = "../gix-hashtable" }
4141

4242
# for streaming of packs (input, output)
43-
gix-traverse = { version = "^0.36.1", path = "../gix-traverse", optional = true }
43+
gix-traverse = { version = "^0.36.2", path = "../gix-traverse", optional = true }
4444
gix-diff = { version = "^0.39.1", path = "../gix-diff", default-features = false, optional = true }
4545

4646
memmap2 = "0.9.0"

gix-packetline-blocking/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async-io = []
2727
serde = ["dep:serde", "bstr/serde"]
2828

2929
[dependencies]
30-
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
30+
gix-trace = { version = "^0.1.7", path = "../gix-trace" }
3131

3232
serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"]}
3333
thiserror = "1.0.34"

gix-packetline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ path = "tests/blocking-packetline.rs"
3939
required-features = ["blocking-io", "maybe-async/is_sync"]
4040

4141
[dependencies]
42-
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
42+
gix-trace = { version = "^0.1.7", path = "../gix-trace" }
4343

4444
serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"]}
4545
thiserror = "1.0.34"

gix-path/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rust-version = "1.65"
1313
doctest = false
1414

1515
[dependencies]
16-
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
16+
gix-trace = { version = "^0.1.7", path = "../gix-trace" }
1717
bstr = { version = "1.3.0", default-features = false, features = ["std"] }
1818
thiserror = "1.0.26"
1919
once_cell = "1.17.1"

gix-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ path = "tests/async-protocol.rs"
4040
required-features = ["async-client"]
4141

4242
[dependencies]
43-
gix-features = { version = "^0.37.1", path = "../gix-features", features = ["progress"] }
43+
gix-features = { version = "^0.37.2", path = "../gix-features", features = ["progress"] }
4444
gix-transport = { version = "^0.40.1", path = "../gix-transport" }
4545
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
4646
gix-date = { version = "^0.8.3", path = "../gix-date" }

gix-ref/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test = true
1919
serde = ["dep:serde", "gix-hash/serde", "gix-actor/serde", "gix-object/serde"]
2020

2121
[dependencies]
22-
gix-features = { version = "^0.37.1", path = "../gix-features", features = ["walkdir"]}
22+
gix-features = { version = "^0.37.2", path = "../gix-features", features = ["walkdir"]}
2323
gix-fs = { version = "^0.9.1", path = "../gix-fs" }
2424
gix-path = { version = "^0.10.3", path = "../gix-path" }
2525
gix-hash = { version = "^0.14.1", path = "../gix-hash" }

gix-revision/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gix-object = { version = "^0.40.1", path = "../gix-object" }
2727
gix-date = { version = "^0.8.3", path = "../gix-date" }
2828
gix-hashtable = { version = "^0.5.1", path = "../gix-hashtable" }
2929
gix-revwalk = { version = "^0.11.1", path = "../gix-revwalk" }
30-
gix-trace = { version = "^0.1.6", path = "../gix-trace" }
30+
gix-trace = { version = "^0.1.7", path = "../gix-trace" }
3131

3232
bstr = { version = "1.3.0", default-features = false, features = ["std"]}
3333
thiserror = "1.0.26"

gix-status/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ autotests = false
1414
doctest = false
1515

1616
[dependencies]
17-
gix-index = { version = "^0.28.1", path = "../gix-index" }
17+
gix-index = { version = "^0.28.2", path = "../gix-index" }
1818
gix-fs = { version = "^0.9.1", path = "../gix-fs" }
1919
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
2020
gix-object = { version = "^0.40.1", path = "../gix-object" }
2121
gix-path = { version = "^0.10.3", path = "../gix-path" }
22-
gix-features = { version = "^0.37.1", path = "../gix-features" }
22+
gix-features = { version = "^0.37.2", path = "../gix-features" }
2323
gix-filter = { version = "^0.8.1", path = "../gix-filter" }
2424
gix-worktree = { version = "^0.29.1", path = "../gix-worktree", default-features = false, features = ["attributes"] }
2525

gix-trace/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.1.7 (2024-01-15)
99

1010
A maintenance release without user-facing changes.
1111

1212
### Commit Statistics
1313

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

16-
- 2 commits contributed to the release over the course of 1 calendar day.
16+
- 3 commits contributed to the release over the course of 1 calendar day.
1717
- 16 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
@@ -25,6 +25,7 @@ A maintenance release without user-facing changes.
2525
<details><summary>view details</summary>
2626

2727
* **Uncategorized**
28+
- Prepare changelogs prior to `gix-index` release ([`17d1aac`](https://github.com/Byron/gitoxide/commit/17d1aac91ad22291ad6d72f6e8798ebb741a8d7d))
2829
- Merge pull request #1248 from joshtriplett/tyop ([`39f35da`](https://github.com/Byron/gitoxide/commit/39f35da390bc46005d0374b9bf4e7106fc1bd0ec))
2930
- Typo fixes ([`3ef3bc2`](https://github.com/Byron/gitoxide/commit/3ef3bc20a1b90799e5ac26858f898bc7a7c96901))
3031
</details>

gix-trace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "gix-trace"
33
description = "A crate to provide minimal `tracing` support that can be turned off to zero cost"
44
repository = "https://github.com/Byron/gitoxide"
5-
version = "0.1.6"
5+
version = "0.1.7"
66
authors = ["Sebastian Thiel <[email protected]>"]
77
license = "MIT OR Apache-2.0"
88
edition = "2021"

gix-transport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ required-features = ["async-client"]
5454

5555
[dependencies]
5656
gix-command = { version = "^0.3.2", path = "../gix-command" }
57-
gix-features = { version = "^0.37.1", path = "../gix-features" }
57+
gix-features = { version = "^0.37.2", path = "../gix-features" }
5858
gix-url = { version = "^0.26.1", path = "../gix-url" }
5959
gix-sec = { version = "^0.10.3", path = "../gix-sec" }
6060
gix-packetline = { version = "^0.17.2", path = "../gix-packetline" }

0 commit comments

Comments
 (0)