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>

0 commit comments

Comments
 (0)