Skip to content

Commit 2ab69c6

Browse files
committed
Release gix-trace v0.1.0
1 parent e1305c3 commit 2ab69c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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.0", path = "../gix-trace" }
16+
gix-trace = { version = "^0.1.0", 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-trace/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
<csr-read-only-do-not-edit/>
2121

22-
- 2 commits contributed to the release.
22+
- 3 commits contributed to the release.
2323
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2424
- 0 issues like '(#ID)' were seen in commit messages
2525

@@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
<details><summary>view details</summary>
3131

3232
* **Uncategorized**
33+
- Add changelog prior to release of `gix-trace` ([`e1305c3`](https://github.com/Byron/gitoxide/commit/e1305c34092cdb067fbe597050bba4927cff491c))
3334
- Change MSRV to 1.65 ([`4f635fc`](https://github.com/Byron/gitoxide/commit/4f635fc4429350bae2582d25de86429969d28f30))
3435
- Add `tracing` feature toggle to provide minimal tracing API ([`093efaf`](https://github.com/Byron/gitoxide/commit/093efafa7c39aa03bfef4894779cca6e3716f471))
3536
</details>

0 commit comments

Comments
 (0)