From ec36e27535a95e07ed075fa958b646bd13daa573 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:33:53 +0800 Subject: [PATCH] publish new versions (#5) Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/math.md | 7 ------- .changes/roll-string.md | 5 ----- .changes/sign.md | 5 ----- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 5 files changed, 11 insertions(+), 18 deletions(-) delete mode 100644 .changes/math.md delete mode 100644 .changes/roll-string.md delete mode 100644 .changes/sign.md diff --git a/.changes/math.md b/.changes/math.md deleted file mode 100644 index bf18e19..0000000 --- a/.changes/math.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"noctisroll": patch:feat ---- - -Support for some math functions in roll string. - -For example, `max(1, 2)` will return `2`. diff --git a/.changes/roll-string.md b/.changes/roll-string.md deleted file mode 100644 index 522eb66..0000000 --- a/.changes/roll-string.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"noctisroll": patch:feat ---- - -Support for procedural roll string. diff --git a/.changes/sign.md b/.changes/sign.md deleted file mode 100644 index bfc605f..0000000 --- a/.changes/sign.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"noctisroll": patch:feat ---- - -Support for `+|-` prefix in roll string parsing. diff --git a/CHANGELOG.md b/CHANGELOG.md index ce1691d..9633232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## \[0.1.2] + +### New Features + +- [`3262824`](https://github.com/noctisynth/noctisroll.git/commit/3262824e5912240819638e2f3640f6e51c19ab7f) ([#3](https://github.com/noctisynth/noctisroll.git/pull/3) by [@fu050409](https://github.com/noctisynth/noctisroll.git/../../fu050409)) Support for some math functions in roll string. + + For example, `max(1, 2)` will return `2`. +- [`3262824`](https://github.com/noctisynth/noctisroll.git/commit/3262824e5912240819638e2f3640f6e51c19ab7f) ([#3](https://github.com/noctisynth/noctisroll.git/pull/3) by [@fu050409](https://github.com/noctisynth/noctisroll.git/../../fu050409)) Support for procedural roll string. +- [`3262824`](https://github.com/noctisynth/noctisroll.git/commit/3262824e5912240819638e2f3640f6e51c19ab7f) ([#3](https://github.com/noctisynth/noctisroll.git/pull/3) by [@fu050409](https://github.com/noctisynth/noctisroll.git/../../fu050409)) Support for `+|-` prefix in roll string parsing. + ## \[0.1.1] ### New Features diff --git a/Cargo.toml b/Cargo.toml index babaf56..b53d550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noctisroll" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["苏向夜 "] description = "Text-based TRPG dice rolling system"