Skip to content

Commit aeb1d04

Browse files
chore(tauri-plugin-devtools): release v2.1.0
1 parent bceb2f3 commit aeb1d04

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/devtools/CHANGELOG.md

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

2323
## [Unreleased]
2424

25+
## [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
26+
27+
### Added
28+
29+
- disable Tauri default features
30+
2531
## [2.0.0-rc.1](https://github.com/crabnebula-dev/devtools/compare/tauri-plugin-devtools-v2.0.0-rc.0...tauri-plugin-devtools-v2.0.0-rc.1) - 2024-09-05
2632

2733
### Other

crates/devtools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-devtools"
3-
version = "2.0.1"
3+
version = "2.1.0"
44
description = "CrabNebula devtools for Tauri: Inspect, monitor, and understand your application with ease."
55
authors.workspace = true
66
edition.workspace = true

examples/tauri/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tauri-build.workspace = true
1717

1818
[dependencies]
1919
tauri.workspace = true
20-
tauri-plugin-devtools = { path = "../../../crates/devtools", version = "2.0.1" }
20+
tauri-plugin-devtools = { path = "../../../crates/devtools", version = "2.1.0" }
2121
tracing.workspace = true
2222
tokio = { workspace = true, features = ["time"] }
2323
reqwest = { version = "0.11", default-features = false, features = [

0 commit comments

Comments
 (0)