diff --git a/CHANGELOG.md b/CHANGELOG.md index 25dcafe..58ee56f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/archspec/archspec-rs/compare/archspec-v0.2.0...archspec-v0.2.1) - 2026-08-24 + +### Other + +- *(deps)* bump taiki-e/install-action from 2 to 2.85.2 ([#22](https://github.com/archspec/archspec-rs/pull/22)) + ## [0.2.0](https://github.com/archspec/archspec-rs/compare/archspec-v0.1.3...archspec-v0.2.0) - 2026-03-06 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 593536f..e055c1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members = [ "bin"] [package] name = "archspec" -version = "0.2.0" +version = "0.2.1" authors = ["Bas Zalmstra ", "Lars Viklund "] description = "Provides standardized human-readable labels for aspects and capabilities of a system" license = "MIT OR Apache-2.0"