We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145faba commit ca658a1Copy full SHA for ca658a1
2 files changed
labview-interop/CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
20
## [0.4.2](https://github.com/WiresmithTech/Rust-LabVIEW-Interop/compare/labview-interop-v0.4.1...labview-interop-v0.4.2) - 2025-05-14
21
22
### Fixed
labview-interop/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "labview-interop"
3
-version = "0.4.2"
+version = "0.5.0"
4
edition = { workspace = true }
5
license = "MIT"
6
homepage = { workspace = true }
0 commit comments