From b9ea9928a467ecada7d731efdc7ea2b98886db12 Mon Sep 17 00:00:00 2001 From: Marc <31337222+marcbull@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:12:38 +0100 Subject: [PATCH] chore(mxl-base): release v0.4.1 --- Cargo.toml | 2 +- mxl-base/CHANGELOG.md | 6 ++++++ mxl-base/Cargo.toml | 2 +- mxl-investigator/CHANGELOG.md | 6 ++++++ mxl-investigator/Cargo.toml | 2 +- mxl-player-components/CHANGELOG.md | 6 ++++++ mxl-player-components/Cargo.toml | 2 +- mxl-relm4-components/CHANGELOG.md | 6 ++++++ mxl-relm4-components/Cargo.toml | 2 +- 9 files changed, 29 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8d508ff..0acb7f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,4 +34,4 @@ i18n-embed = { version = "0.16.0", default-features = true, features = [ "desktop-requester", ] } -mxl-relm4-components = { path = "mxl-relm4-components", version = "0.2.13" } +mxl-relm4-components = { path = "mxl-relm4-components", version = "0.2.14" } diff --git a/mxl-base/CHANGELOG.md b/mxl-base/CHANGELOG.md index c2a780e..606e4a9 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.1](https://github.com/x-software-com/mxl-crates/compare/mxl-base-v0.4.0...mxl-base-v0.4.1) - 2025-12-18 + +### Other + +- fix logging format + ## [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 diff --git a/mxl-base/Cargo.toml b/mxl-base/Cargo.toml index 171b01e..ec323b7 100644 --- a/mxl-base/Cargo.toml +++ b/mxl-base/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mxl-base" -version = "0.4.0" +version = "0.4.1" description = "This is a component of the X-Software MXL product line" readme = "README.md" license.workspace = true diff --git a/mxl-investigator/CHANGELOG.md b/mxl-investigator/CHANGELOG.md index 7a524c6..14e0911 100644 --- a/mxl-investigator/CHANGELOG.md +++ b/mxl-investigator/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [conven - - - +## [0.2.9](https://github.com/x-software-com/mxl-crates/compare/mxl-investigator-v0.2.8...mxl-investigator-v0.2.9) - 2025-12-18 + +### Other + +- fix missing libadwaita icon + ## [0.2.8](https://github.com/x-software-com/mxl-crates/compare/mxl-investigator-v0.2.7...mxl-investigator-v0.2.8) - 2025-12-10 ### Other diff --git a/mxl-investigator/Cargo.toml b/mxl-investigator/Cargo.toml index 480cbf5..6670a78 100644 --- a/mxl-investigator/Cargo.toml +++ b/mxl-investigator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mxl-investigator" -version = "0.2.8" +version = "0.2.9" description = "This is a component of the X-Software MXL product line." readme = "README.md" license.workspace = true diff --git a/mxl-player-components/CHANGELOG.md b/mxl-player-components/CHANGELOG.md index 5f21afb..e67a585 100644 --- a/mxl-player-components/CHANGELOG.md +++ b/mxl-player-components/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.16](https://github.com/x-software-com/mxl-crates/compare/mxl-player-components-v0.1.15...mxl-player-components-v0.1.16) - 2025-12-18 + +### Other + +- fix missing libadwaita icon + ## [0.1.15](https://github.com/x-software-com/mxl-crates/compare/mxl-player-components-v0.1.14...mxl-player-components-v0.1.15) - 2025-12-10 ### Other diff --git a/mxl-player-components/Cargo.toml b/mxl-player-components/Cargo.toml index f966002..c2e56c1 100644 --- a/mxl-player-components/Cargo.toml +++ b/mxl-player-components/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mxl-player-components" -version = "0.1.15" +version = "0.1.16" description = "This is a component of the X-Software MXL product line" readme = "README.md" exclude = ["tests"] diff --git a/mxl-relm4-components/CHANGELOG.md b/mxl-relm4-components/CHANGELOG.md index 49f9ad4..90e0c28 100644 --- a/mxl-relm4-components/CHANGELOG.md +++ b/mxl-relm4-components/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [conven - - - +## [0.2.14](https://github.com/x-software-com/mxl-crates/compare/mxl-relm4-components-v0.2.13...mxl-relm4-components-v0.2.14) - 2025-12-18 + +### Other + +- fix missing libadwaita icon + ## [0.2.13](https://github.com/x-software-com/mxl-crates/compare/mxl-relm4-components-v0.2.12...mxl-relm4-components-v0.2.13) - 2025-12-10 ### Other diff --git a/mxl-relm4-components/Cargo.toml b/mxl-relm4-components/Cargo.toml index 5d86702..32d03ff 100644 --- a/mxl-relm4-components/Cargo.toml +++ b/mxl-relm4-components/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mxl-relm4-components" -version = "0.2.13" +version = "0.2.14" description = "This is a component of the X-Software MXL product line" readme = "README.md" license.workspace = true