diff --git a/labview-interop/CHANGELOG.md b/labview-interop/CHANGELOG.md index 1435246..fb126f8 100644 --- a/labview-interop/CHANGELOG.md +++ b/labview-interop/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0](https://github.com/WiresmithTech/Rust-LabVIEW-Interop/compare/labview-interop-v0.4.2...labview-interop-v0.5.0) - 2025-10-19 + +### Fixed + +- [**breaking**] Require Mut to Get Mutable UHandle + +### Other + +- Fix new lints + ## [0.4.2](https://github.com/WiresmithTech/Rust-LabVIEW-Interop/compare/labview-interop-v0.4.1...labview-interop-v0.4.2) - 2025-05-14 ### Fixed diff --git a/labview-interop/Cargo.toml b/labview-interop/Cargo.toml index a20693e..bb507d1 100644 --- a/labview-interop/Cargo.toml +++ b/labview-interop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "labview-interop" -version = "0.4.2" +version = "0.5.0" edition = { workspace = true } license = "MIT" homepage = { workspace = true }