Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/v1/Cargo.lock

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

33 changes: 24 additions & 9 deletions crates/v1/crates/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.4](https://github.com/crabnebula-dev/devtools/compare/v0.3.3...v0.3.4) - 2025-08-05
## [0.3.5](https://github.com/crabnebula-dev/devtools/compare/v0.3.4...v0.3.5) - 2026-09-11

### Changed

- MSRV bump to 1.88, general dependency upgrades, ci chores ([#381](https://github.com/crabnebula-dev/devtools/pull/381))
- Added MSRV policy ([#414](https://github.com/crabnebula-dev/devtools/pull/414))
- Update to devtools-core 0.4.0 ([#418](https://github.com/crabnebula-dev/devtools/pull/418))
- Upgrade to tonic/prost 0.14 and http 1 ([#407](https://github.com/crabnebula-dev/devtools/pull/407))
- Simplified CORS handling to mirror the allowed request origin in `Access-Control-Allow-Origin`, including in local development mode, instead of returning an origin list or `*`. ([#407](https://github.com/crabnebula-dev/devtools/pull/407))

### Fixed

- Increase span buffer size to avoid dropped spans and UX issues. ([#227](https://github.com/crabnebula-dev/devtools/pull/227))
- Fix v1 release note duplication

### Other

- 3033
- change default port to 3030
- bump msrv
# Changelog
All notable changes to this project will be documented in this file.
- Address clippy errors ([#401](https://github.com/crabnebula-dev/devtools/pull/401))
- General dependency updates
- General CI maintenance

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.3.4](https://github.com/crabnebula-dev/devtools/compare/v0.3.3...v0.3.4) - 2025-08-05

## [Unreleased]
### Other

- change default port to 3030 ([#373](https://github.com/crabnebula-dev/devtools/pull/373))
- bump msrv

## [0.3.3](https://github.com/crabnebula-dev/devtools/compare/v0.3.2...v0.3.3) - 2024-07-25

### Fixed

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

## [0.3.2](https://github.com/crabnebula-dev/devtools/compare/v0.3.1...v0.3.2) - 2024-05-29

### Fixed

- Fixed CORS issues
2 changes: 1 addition & 1 deletion crates/v1/crates/devtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "devtools"
authors = ["CrabNebula <hello@crabnebula.dev>"]
edition = "2021"
version = "0.3.4"
version = "0.3.5"
description = "CrabNebula devtools for Tauri: Inspect, monitor, and understand your application with ease."
rust-version = "1.88.0"
license = "MIT OR Apache-2.0"
Expand Down