diff --git a/Cargo.lock b/Cargo.lock index c7d4198b..2c7cc937 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3783,7 +3783,7 @@ dependencies = [ [[package]] name = "tauri-plugin-devtools" -version = "2.1.0" +version = "2.1.1" dependencies = [ "async-stream", "bytes", diff --git a/crates/devtools/CHANGELOG.md b/crates/devtools/CHANGELOG.md index 529192b7..3c942d24 100644 --- a/crates/devtools/CHANGELOG.md +++ b/crates/devtools/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.1](https://github.com/crabnebula-dev/devtools/compare/tauri-plugin-devtools-v2.1.0...tauri-plugin-devtools-v2.1.1) - 2026-03-26 + +### Other + +- fix changelog + ## [2.1.0](https://github.com/crabnebula-dev/devtools/compare/tauri-plugin-devtools-v2.0.1...tauri-plugin-devtools-v2.1.0) - 2026-03-26 ### Added diff --git a/crates/devtools/Cargo.toml b/crates/devtools/Cargo.toml index ae383129..83ed40e4 100644 --- a/crates/devtools/Cargo.toml +++ b/crates/devtools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-devtools" -version = "2.1.0" +version = "2.1.1" description = "CrabNebula devtools for Tauri: Inspect, monitor, and understand your application with ease." authors.workspace = true edition.workspace = true diff --git a/examples/tauri/src-tauri/Cargo.toml b/examples/tauri/src-tauri/Cargo.toml index 88ae66b5..6eaa9288 100644 --- a/examples/tauri/src-tauri/Cargo.toml +++ b/examples/tauri/src-tauri/Cargo.toml @@ -17,7 +17,7 @@ tauri-build.workspace = true [dependencies] tauri.workspace = true -tauri-plugin-devtools = { path = "../../../crates/devtools", version = "2.1.0" } +tauri-plugin-devtools = { path = "../../../crates/devtools", version = "2.1.1" } tracing.workspace = true tokio = { workspace = true, features = ["time"] } reqwest = { version = "0.11", default-features = false, features = [