Skip to content

Commit 24fd883

Browse files
authored
Merge pull request #145 from crabnebula-dev/release-plz-2023-12-05T12-52-19Z
chore: release
2 parents 4459873 + 28b094e commit 24fd883

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-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.2"
8+
version = "0.2.3"
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.3](https://github.com/crabnebula-dev/devtools/compare/devtools-v0.2.2...devtools-v0.2.3) - 2023-12-05
10+
11+
### Fixed
12+
- *(devtools)* point tro correct url
13+
914
## [0.2.2](https://github.com/crabnebula-dev/devtools/compare/devtools-v0.2.1...devtools-v0.2.2) - 2023-12-04
1015

1116
### 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.2" }
14+
devtools-wire-format = { path = "../wire", version = "0.2.3" }
1515
tracing.workspace = true
1616
tracing-core.workspace = true
1717
tracing-subscriber.workspace = true

0 commit comments

Comments
 (0)