Add changelog entry for v0.1.0-alpha.2

This commit is contained in:
Sebastian Palencsar
2026-02-23 07:59:44 +01:00
parent 2cb0e70d3d
commit 2aca752a51

View File

@@ -7,6 +7,14 @@ and this project follows early MVP/alpha versioning with tags like `v0.1.0-alpha
## [Unreleased]
## [v0.1.0-alpha.2] - 2026-02-23
### Fixed
- Resolved a CI failure caused by Clippy (`items_after_test_module`) by moving the test module to the end of `src/main.rs`
### Changed
- No functional CLI behavior changes; this is a release/CI correctness follow-up to `v0.1.0-alpha.1`
## [v0.1.0-alpha.1] - 2026-02-23
### Added