From 26219c5b5ef89835c85d9a275c9fffd15c2e575b Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Fri, 5 Apr 2024 14:19:40 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da7691b..303d550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ 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/v0.1.3...v0.1.4) - 2024-04-05 + +### Other +- 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 diff --git a/Cargo.toml b/Cargo.toml index 440a3f7..45e1efb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archspec" -version = "0.1.3" +version = "0.1.4" authors = ["Bas Zalmstra ", "Lars Viklund "] description = "Provides standardized human-readable labels for aspects and capabilities of a system" license = "MIT OR Apache-2.0"