Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.1.4 #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.4](https://github.com/prefix-dev/archspec-rs/compare/archspec-v0.1.3...archspec-v0.1.4) - 2024-05-27

### Other
- bump archspec-json ([#11](https://github.com/prefix-dev/archspec-rs/pull/11))
- update README ([#10](https://github.com/prefix-dev/archspec-rs/pull/10))
- add basic example ([#8](https://github.com/prefix-dev/archspec-rs/pull/8))

## [0.1.3](https://github.com/prefix-dev/archspec-rs/compare/v0.1.2...v0.1.3) - 2024-03-30

### 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.1.3"
version = "0.1.4"
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