From ad3b35d461168302affc25c07a7160dbac995697 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:17:36 +0000 Subject: [PATCH] chore: release v0.5.0 --- labview-interop/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/labview-interop/CHANGELOG.md b/labview-interop/CHANGELOG.md index 1435246..0e8ca83 100644 --- a/labview-interop/CHANGELOG.md +++ b/labview-interop/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.3](https://github.com/WiresmithTech/Rust-LabVIEW-Interop/compare/labview-interop-v0.4.2...labview-interop-v0.4.3) - 2026-06-18 + +### Fixed + +- Fix Compilation Failure on 32 Bit +- Fix Compilation Failure on 32 Bit +- [**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