From 57fd13dd8ced3ec1d0dba588af084dff279ca8c6 Mon Sep 17 00:00:00 2001 From: Marc <31337222+marcbull@users.noreply.github.com> Date: Mon, 15 Dec 2025 07:15:24 +0100 Subject: [PATCH] chore(mxl-base): release v0.4.0 --- mxl-base/CHANGELOG.md | 6 ++++++ mxl-base/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mxl-base/CHANGELOG.md b/mxl-base/CHANGELOG.md index deca7f2..c2a780e 100644 --- a/mxl-base/CHANGELOG.md +++ b/mxl-base/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0](https://github.com/x-software-com/mxl-crates/compare/mxl-base-v0.3.4...mxl-base-v0.4.0) - 2025-12-15 + +### Other + +- improved logging + ## [0.3.4](https://github.com/x-software-com/mxl-crates/compare/mxl-base-v0.3.3...mxl-base-v0.3.4) - 2025-12-03 ### Other diff --git a/mxl-base/Cargo.toml b/mxl-base/Cargo.toml index 29fe461..171b01e 100644 --- a/mxl-base/Cargo.toml +++ b/mxl-base/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mxl-base" -version = "0.3.4" +version = "0.4.0" description = "This is a component of the X-Software MXL product line" readme = "README.md" license.workspace = true