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/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ce1691d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## \[0.1.1] + +### New Features + +- [`e039a38`](https://github.com/noctisynth/noctisroll.git/commit/e039a38e1c06909ecb0b5eee66f80c0ca53e74ee) ([#1](https://github.com/noctisynth/noctisroll.git/pull/1) by [@fu050409](https://github.com/noctisynth/noctisroll.git/../../fu050409)) Support for procedural roll string. diff --git a/Cargo.toml b/Cargo.toml index 081bb18..babaf56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noctisroll" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["苏向夜 "] description = "Text-based TRPG dice rolling system"