Skip to content

Commit dc9202a

Browse files
chore: release v0.3.4
1 parent 38d8559 commit dc9202a

File tree

3 files changed

+48
-15
lines changed

3 files changed

+48
-15
lines changed

crates/v1/Cargo.lock

Lines changed: 31 additions & 14 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.3.4](https://github.com/crabnebula-dev/devtools/compare/v0.3.3...v0.3.4) - 2025-08-05
11+
12+
### Other
13+
14+
- 3033
15+
- change default port to 3030
16+
- bump msrv
17+
# Changelog
218
All notable changes to this project will be documented in this file.
319

420
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

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 <[email protected]>"]
44
edition = "2021"
5-
version = "0.3.3"
5+
version = "0.3.4"
66
description = "CrabNebula devtools for Tauri: Inspect, monitor, and understand your application with ease."
77
rust-version = "1.78.0"
88
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)