Commit
Message
Changed Files (3)
-
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index 97546c3..6cf9bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ -## [unreleased] +## [0.10.1] - 2026-06-22 ### 💼 Other - Replace cross with native aarch64-musl linker +- Fix release script version handling, hook skipping, and mise test + +### ⚙️ Miscellaneous Tasks + +- Release v0.10.1 ## [0.10.0] - 2026-06-22 ### 🚀 Features -
modified Cargo.lock
diff --git a/Cargo.lock b/Cargo.lock index 1d5d1ee..62f56ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "abbaye" -version = "0.10.0" +version = "0.10.1" dependencies = [ "chrono", "clap", -
modified Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml index 964f460..8d5f822 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "abbaye" authors = ["Ololduck <ololduck@vit.am>"] -version = "0.10.0" +version = "0.10.1" edition = "2024" rust-version = "1.85.1" description = "A release page generator for software projects"