prep v0.1.1

This commit is contained in:
Robin Müller 2025-04-10 23:37:55 +02:00
parent 17e3c0e490
commit 819cbb547c
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 7 additions and 2 deletions

@ -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

@ -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 <muellerr@irs.uni-stuttgart.de>"]