From 819cbb547c32f2a58e266ad875d3dba645fdeb6b Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 10 Apr 2025 23:37:55 +0200 Subject: [PATCH] prep v0.1.1 --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e17b7f..81916ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] +# [v0.1.1] + +Badge fix, points to wrong crate. + # [v0.1.0] Initial release -[v0.1.0]: https://egit.irs.uni-stuttgart.de/rust/raw-slicee/releases/tag/v0.1.0 +[v0.1.1]: https://egit.irs.uni-stuttgart.de/rust/raw-slice/compare/v0.1.0...v0.1.1 +[v0.1.0]: https://egit.irs.uni-stuttgart.de/rust/raw-slice/releases/tag/v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 156b05c..b0500a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raw-slicee" -version = "0.1.0" +version = "0.1.1" edition = "2024" rust-version = "1.85.1" authors = ["Robin Mueller "]