From 8e6e51a18deb7ad7e898558be07f59fc17f42d88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:51:32 +0800 Subject: [PATCH] release: new versions (#9) publish new versions Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/lifetime.md | 5 ----- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changes/lifetime.md diff --git a/.changes/lifetime.md b/.changes/lifetime.md deleted file mode 100644 index 3c66a52..0000000 --- a/.changes/lifetime.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"noctisroll": patch:fix ---- - -Fix `'static` lifetime issue in roll functions. diff --git a/CHANGELOG.md b/CHANGELOG.md index d60a30e..8a83f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.1.4] + +### Bug Fixes + +- [`8995cd5`](https://github.com/noctisynth/noctisroll.git/commit/8995cd59cbd9e702818346cd0965830dcfe82a65) ([#8](https://github.com/noctisynth/noctisroll.git/pull/8) by [@fu050409](https://github.com/noctisynth/noctisroll.git/../../fu050409)) Fix `'static` lifetime issue in roll functions. + ## \[0.1.3] ### New Features diff --git a/Cargo.toml b/Cargo.toml index 49d3d28..b5db808 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noctisroll" -version = "0.1.3" +version = "0.1.4" edition = "2021" authors = ["苏向夜 "] description = "Text-based TRPG dice rolling system"