From d2eefa433885433d8b64f5fb05eae45bfb9a8394 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:28:06 +0800 Subject: [PATCH] release: new versions (#7) publish new versions Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/filter.md | 7 ------- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changes/filter.md diff --git a/.changes/filter.md b/.changes/filter.md deleted file mode 100644 index 9642057..0000000 --- a/.changes/filter.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"noctisroll": patch:feat ---- - -Support dice filter in grammar parsing. - -For example, `6d6k3` will roll 6 six-sided dice and keep the highest 3 results and `6d6q3` will roll 6 six-sided dice and keep the lowest 3 results. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9633232..d60a30e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[0.1.3] + +### New Features + +- [`8135065`](https://github.com/noctisynth/noctisroll.git/commit/8135065de3ca01cc14d72e5343511149db04e90f) ([#6](https://github.com/noctisynth/noctisroll.git/pull/6) by [@fu050409](https://github.com/noctisynth/noctisroll.git/../../fu050409)) Support dice filter in grammar parsing. + + For example, `6d6k3` will roll 6 six-sided dice and keep the highest 3 results and `6d6q3` will roll 6 six-sided dice and keep the lowest 3 results. + ## \[0.1.2] ### New Features diff --git a/Cargo.toml b/Cargo.toml index b53d550..49d3d28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noctisroll" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["苏向夜 "] description = "Text-based TRPG dice rolling system"