diff --git a/.changes/as-ref-router.md b/.changes/as-ref-router.md deleted file mode 100644 index f0ba3b7..0000000 --- a/.changes/as-ref-router.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"aionbot-core": patch:feat ---- - -Optimize router implementation for `AsRef`. diff --git a/.changes/command-alias.md b/.changes/command-alias.md deleted file mode 100644 index 219f826..0000000 --- a/.changes/command-alias.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"aionbot-core": patch:feat ---- - -Support alias command for `CommandRouter`. diff --git a/.changes/error-router.md b/.changes/error-router.md deleted file mode 100644 index e121b7f..0000000 --- a/.changes/error-router.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"aionbot-core": patch:feat ---- - -Support router to match error event. diff --git a/crates/aionbot-core/CHANGELOG.md b/crates/aionbot-core/CHANGELOG.md index 10e8657..2ca90e2 100644 --- a/crates/aionbot-core/CHANGELOG.md +++ b/crates/aionbot-core/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[0.1.4] + +### New Features + +- [`13c37fc`](https://github.com/noctisynth/aionbot/commit/13c37fc83e4c5d2a21ed3ca7e3e0705fee4f013e) ([#30](https://github.com/noctisynth/aionbot/pull/30) by [@fu050409](https://github.com/noctisynth/aionbot/../../fu050409)) Optimize router implementation for `AsRef`. +- [`13c37fc`](https://github.com/noctisynth/aionbot/commit/13c37fc83e4c5d2a21ed3ca7e3e0705fee4f013e) ([#30](https://github.com/noctisynth/aionbot/pull/30) by [@fu050409](https://github.com/noctisynth/aionbot/../../fu050409)) Support alias command for `CommandRouter`. +- [`13c37fc`](https://github.com/noctisynth/aionbot/commit/13c37fc83e4c5d2a21ed3ca7e3e0705fee4f013e) ([#30](https://github.com/noctisynth/aionbot/pull/30) by [@fu050409](https://github.com/noctisynth/aionbot/../../fu050409)) Support router to match error event. + ## \[0.1.3] ### Bug Fixes diff --git a/crates/aionbot-core/Cargo.toml b/crates/aionbot-core/Cargo.toml index d06dcdf..4438614 100644 --- a/crates/aionbot-core/Cargo.toml +++ b/crates/aionbot-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aionbot-core" -version = "0.1.3" +version = "0.1.4" authors.workspace = true description.workspace = true edition.workspace = true