Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = [ "bin"]

[package]
name = "archspec"
version = "0.2.0"
version = "0.2.1"
authors = ["Bas Zalmstra <bas@prefix.dev>", "Lars Viklund <zao@zao.se>"]
description = "Provides standardized human-readable labels for aspects and capabilities of a system"
license = "MIT OR Apache-2.0"
Expand Down