From 0f6d3c91c7720d11b180a5ba0ee0c2c5617c425e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:27:02 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- devtools/CHANGELOG.md | 8 ++++++++ devtools/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87b0375c..7dcf310a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -660,7 +660,7 @@ dependencies = [ [[package]] name = "devtools" -version = "0.2.1" +version = "0.2.2" dependencies = [ "async-stream", "bytes", @@ -684,7 +684,7 @@ dependencies = [ [[package]] name = "devtools-wire-format" -version = "0.2.1" +version = "0.2.2" dependencies = [ "bitflags 2.4.1", "prost", diff --git a/Cargo.toml b/Cargo.toml index d740be3d..bd1e52d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["wire", "devtools", "examples/*"] [workspace.package] authors = ["CrabNebula "] edition = "2021" -version = "0.2.1" +version = "0.2.2" rust-version = "1.70.0" license = "MIT OR Apache-2.0" repository = "https://github.com/crabnebula-dev/devtools" diff --git a/devtools/CHANGELOG.md b/devtools/CHANGELOG.md index 6c182bf4..2c2b1e37 100644 --- a/devtools/CHANGELOG.md +++ b/devtools/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/crabnebula-dev/devtools/compare/devtools-v0.2.1...devtools-v0.2.2) - 2023-12-04 + +### Fixed +- *(devtools)* point to correct URL + +### Other +- Update server.rs + ## [0.2.0](https://github.com/crabnebula-dev/devtools/compare/devtools-v0.1.0...devtools-v0.2.0) - 2023-12-04 ### Added diff --git a/devtools/Cargo.toml b/devtools/Cargo.toml index 931dd53a..321f4cc7 100644 --- a/devtools/Cargo.toml +++ b/devtools/Cargo.toml @@ -11,7 +11,7 @@ repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -devtools-wire-format = { path = "../wire", version = "0.2.0" } +devtools-wire-format = { path = "../wire", version = "0.2.2" } tracing.workspace = true tracing-core.workspace = true tracing-subscriber.workspace = true