diff --git a/labview-interop/CHANGELOG.md b/labview-interop/CHANGELOG.md index 0e8ca83..20a1353 100644 --- a/labview-interop/CHANGELOG.md +++ b/labview-interop/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.4](https://github.com/WiresmithTech/Rust-LabVIEW-Interop/compare/labview-interop-v0.4.3...labview-interop-v0.4.4) - 2026-06-18 + +### Fixed + +- Still Compilation Errors in Some Cases + ## [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 diff --git a/labview-interop/Cargo.toml b/labview-interop/Cargo.toml index 01afac6..7c09802 100644 --- a/labview-interop/Cargo.toml +++ b/labview-interop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "labview-interop" -version = "0.4.3" +version = "0.4.4" edition = { workspace = true } license = "MIT" homepage = { workspace = true }