diff --git a/CHANGELOG.md b/CHANGELOG.md index 1633edf..da7691b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/prefix-dev/archspec-rs/compare/v0.1.2...v0.1.3) - 2024-03-30 + +### Fixed +- use access token for releaze-plz + +### Other +- update readme ([#6](https://github.com/prefix-dev/archspec-rs/pull/6)) + ## [0.1.2](https://github.com/prefix-dev/archspec-rs/compare/v0.1.1...v0.1.2) - 2024-03-30 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 57d3400..440a3f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archspec" -version = "0.1.2" +version = "0.1.3" authors = ["Bas Zalmstra ", "Lars Viklund "] description = "Provides standardized human-readable labels for aspects and capabilities of a system" license = "MIT OR Apache-2.0"