Skip to content

Commit

Permalink
Merge pull request #333 from crabnebula-dev/release-plz-2024-07-13T05…
Browse files Browse the repository at this point in the history
…-20-46Z

chore(tauri-plugin-devtools): release v2.0.0-beta.4
  • Loading branch information
lucasfernog-crabnebula authored Jul 13, 2024
2 parents 5b36ff3 + c301040 commit b914cc7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions crates/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0-beta.4](https://github.com/crabnebula-dev/devtools/compare/tauri-plugin-devtools-v2.0.0-beta.3...tauri-plugin-devtools-v2.0.0-beta.4) - 2024-07-13

### Fixed
- use correct rust syntax for cfg on expressions ([#314](https://github.com/crabnebula-dev/devtools/pull/314))

## [2.0.0-beta.3](https://github.com/crabnebula-dev/devtools/compare/tauri-plugin-devtools-v2.0.0-beta.2...tauri-plugin-devtools-v2.0.1) - 2024-05-29

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/devtools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-devtools"
version = "2.0.0-beta.3"
version = "2.0.0-beta.4"
description = "CrabNebula devtools for Tauri: Inspect, monitor, and understand your application with ease."
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion examples/tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tauri-build.workspace = true

[dependencies]
tauri.workspace = true
tauri-plugin-devtools = { path = "../../../crates/devtools", version = "2.0.0-beta.3" }
tauri-plugin-devtools = { path = "../../../crates/devtools", version = "2.0.0-beta.4" }
tracing.workspace = true
tokio = { workspace = true, features = ["time"] }
reqwest = { version = "0.11", default-features = false, features = [
Expand Down

0 comments on commit b914cc7

Please sign in to comment.