Skip to content

Commit fa1ccb2

Browse files
Merge pull request #338 from crabnebula-dev/release-plz-2024-07-25T01-14-16Z
chore: release v0.3.3
2 parents dc6beb9 + 35836e8 commit fa1ccb2

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

crates/v1/Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/v1/crates/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.3.3](https://github.com/crabnebula-dev/devtools/compare/v0.3.2...v0.3.3) - 2024-07-25
10+
11+
### Fixed
12+
- use correct rust syntax for cfg on expressions ([#314](https://github.com/crabnebula-dev/devtools/pull/314))
13+
914
## [0.3.2](https://github.com/crabnebula-dev/devtools/compare/v0.3.1...v0.3.2) - 2024-05-29
1015

1116
### Fixed

crates/v1/crates/devtools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "devtools"
33
authors = ["CrabNebula <hello@crabnebula.dev>"]
44
edition = "2021"
5-
version = "0.3.2"
5+
version = "0.3.3"
66
description = "CrabNebula devtools for Tauri: Inspect, monitor, and understand your application with ease."
77
rust-version = "1.73.0"
88
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)