From 58722816fde1dfa7edd9603d45b6b330b12e4126 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:16:30 +0000 Subject: [PATCH] chore: release v0.4.4 --- labview-interop/CHANGELOG.md | 6 ++++++ labview-interop/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 }