Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions mxl-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mxl-base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading