Skip to content

Commit ca658a1

Browse files
chore: release v0.5.0
1 parent 145faba commit ca658a1

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

labview-interop/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.0](https://github.com/WiresmithTech/Rust-LabVIEW-Interop/compare/labview-interop-v0.4.2...labview-interop-v0.5.0) - 2025-10-19
11+
12+
### Fixed
13+
14+
- [**breaking**] Require Mut to Get Mutable UHandle
15+
16+
### Other
17+
18+
- Fix new lints
19+
1020
## [0.4.2](https://github.com/WiresmithTech/Rust-LabVIEW-Interop/compare/labview-interop-v0.4.1...labview-interop-v0.4.2) - 2025-05-14
1121

1222
### Fixed

labview-interop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "labview-interop"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
edition = { workspace = true }
55
license = "MIT"
66
homepage = { workspace = true }

0 commit comments

Comments
 (0)