From cd4df18c68c2b4a6e01a158a9800348eb65f3875 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 21:41:01 +0800 Subject: [PATCH] release: new versions (#11) publish new versions Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/refactor-dice.md | 5 ----- .changes/refactor-grammar.md | 5 ----- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changes/refactor-dice.md delete mode 100644 .changes/refactor-grammar.md diff --git a/.changes/refactor-dice.md b/.changes/refactor-dice.md deleted file mode 100644 index 8f031ae..0000000 --- a/.changes/refactor-dice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"noctisroll": patch:refactor ---- - -Refactor `Dice` struct to use `u32` instead of `i32` for the `sides` field and it's result. diff --git a/.changes/refactor-grammar.md b/.changes/refactor-grammar.md deleted file mode 100644 index 50b71d7..0000000 --- a/.changes/refactor-grammar.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"noctisroll": patch:refactor ---- - -Refactored the grammar to make it more scalable, universal, and easier to maintain. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a83f8a..a284fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[0.1.5] + +### Refactors + +- [`9a8bf69`](https://github.com/noctisynth/noctisroll.git/commit/9a8bf69efb2269beed019ce00a0d63b88d46dbfd) ([#12](https://github.com/noctisynth/noctisroll.git/pull/12) by [@fu050409](https://github.com/noctisynth/noctisroll.git/../../fu050409)) Refactor `Dice` struct to use `u32` instead of `i32` for the `sides` field and it's result. +- [`82efd32`](https://github.com/noctisynth/noctisroll.git/commit/82efd32941379f934fb49b48b2b3872c9023a228) ([#10](https://github.com/noctisynth/noctisroll.git/pull/10) by [@fu050409](https://github.com/noctisynth/noctisroll.git/../../fu050409)) Refactored the grammar to make it more scalable, universal, and easier to maintain. + ## \[0.1.4] ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index b5db808..84630a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noctisroll" -version = "0.1.4" +version = "0.1.5" edition = "2021" authors = ["苏向夜 "] description = "Text-based TRPG dice rolling system"