Skip to content

Commit 7e02e4f

Browse files
chore: release v0.1.3 (#7)
## 🤖 New release * `archspec`: 0.1.2 -> 0.1.3 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.1.3](v0.1.2...v0.1.3) - 2024-03-30 ### Fixed - use access token for releaze-plz ### Other - update readme ([#6](#6)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Signed-off-by: Bas <4995967+baszalmstra@users.noreply.github.com> Co-authored-by: Bas <4995967+baszalmstra@users.noreply.github.com>
1 parent 5806db3 commit 7e02e4f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.3](https://github.com/prefix-dev/archspec-rs/compare/v0.1.2...v0.1.3) - 2024-03-30
10+
11+
### Fixed
12+
- use access token for releaze-plz
13+
14+
### Other
15+
- update readme ([#6](https://github.com/prefix-dev/archspec-rs/pull/6))
16+
917
## [0.1.2](https://github.com/prefix-dev/archspec-rs/compare/v0.1.1...v0.1.2) - 2024-03-30
1018

1119
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "archspec"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Bas Zalmstra <bas@prefix.dev>", "Lars Viklund <zao@zao.se>"]
55
description = "Provides standardized human-readable labels for aspects and capabilities of a system"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)