From 6ae57560e678e90ca8b04cdeaffd11e425a26dde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 14:18:37 +0000 Subject: [PATCH] chore: release v0.2.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"