Commit browse files
Message
Changed Files (3)
-
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cf9bb8..96e8325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ +## [0.10.2] - 2026-06-22 + +### 🐛 Bug Fixes + +- Ref badge links on commit log pages use browse/ instead of refs/ + +### ⚙️ Miscellaneous Tasks + +- Release v0.10.2 ## [0.10.1] - 2026-06-22 ### 💼 Other - Replace cross with native aarch64-musl linker - Fix release script version handling, hook skipping, and mise test +- Export aarch64 linker env var in release script ### ⚙️ Miscellaneous Tasks -
modified Cargo.lock
diff --git a/Cargo.lock b/Cargo.lock index 62f56ee..75e05c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "abbaye" -version = "0.10.1" +version = "0.10.2" dependencies = [ "chrono", "clap", -
modified Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml index 8d5f822..ec626b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "abbaye" authors = ["Ololduck <ololduck@vit.am>"] -version = "0.10.1" +version = "0.10.2" edition = "2024" rust-version = "1.85.1" description = "A release page generator for software projects"