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"