From ca658a156df839de3b6b56d2ed938041e0536fd6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 06:21:20 +0000 Subject: [PATCH] chore: release v0.5.0 --- labview-interop/CHANGELOG.md | 10 ++++++++++ labview-interop/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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 }