From 2aca752a51008ccd3a15e47f7d69665a92b0ea2e Mon Sep 17 00:00:00 2001 From: Sebastian Palencsar Date: Mon, 23 Feb 2026 07:59:44 +0100 Subject: [PATCH] Add changelog entry for v0.1.0-alpha.2 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bedd26..ad1a4d6 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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