Skip to content

Commit aa2156f

Browse files
authored
Merge pull request #146 from crabnebula-dev/release-plz-2023-12-05T13-09-01Z
chore: release
2 parents 942de45 + 46a2ffe commit aa2156f

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -5,7 +5,7 @@ members = ["wire", "devtools", "examples/*"]
55
[workspace.package]
66
authors = ["CrabNebula <hello@crabnebula.dev>"]
77
edition = "2021"
8-
version = "0.2.3"
8+
version = "0.2.4"
99
rust-version = "1.70.0"
1010
license = "MIT OR Apache-2.0"
1111
repository = "https://github.com/crabnebula-dev/devtools"

devtools/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.4](https://github.com/crabnebula-dev/devtools/compare/devtools-v0.2.3...devtools-v0.2.4) - 2023-12-05
10+
11+
### Fixed
12+
- *(devtools)* correct url
13+
14+
### Other
15+
- Merge branch 'main' of https://github.com/crabnebula-dev/devtools
16+
917
## [0.2.3](https://github.com/crabnebula-dev/devtools/compare/devtools-v0.2.2...devtools-v0.2.3) - 2023-12-05
1018

1119
### Fixed

devtools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository.workspace = true
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
devtools-wire-format = { path = "../wire", version = "0.2.3" }
14+
devtools-wire-format = { path = "../wire", version = "0.2.4" }
1515
tracing.workspace = true
1616
tracing-core.workspace = true
1717
tracing-subscriber.workspace = true

0 commit comments

Comments
 (0)