From 7ad415b3b228e5cc2be5f4bc4a1ac50988ccb5d1 Mon Sep 17 00:00:00 2001 From: MaxOhn Date: Mon, 11 Mar 2024 16:36:22 +0100 Subject: [PATCH] release: v0.1.1 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d37afe..b1fadfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ -# v0.1.0 (2024-02-27) +# v0.1.1 (2024-03-11) + +Removed the `thiserror` dependency, leading to potentially shorter compile times and smaller binaries. + +## v0.1.0 (2024-02-27) First release \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 15a4882..f9d6cc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ dependencies = [ [[package]] name = "rosu-storyboard" -version = "0.1.0" +version = "0.1.1" dependencies = [ "rosu-map", "test-log", diff --git a/Cargo.toml b/Cargo.toml index fe0bc92..73f76d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rosu-storyboard" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["MaxOhn "] license = "MIT"