From 13691f25abf6d154982f1bb5340906cce3500af6 Mon Sep 17 00:00:00 2001 From: Bas <4995967+baszalmstra@users.noreply.github.com> Date: Sat, 30 Mar 2024 10:45:57 +0000 Subject: [PATCH] chore: release Signed-off-by: Bas <4995967+baszalmstra@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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"