Skip to content
This repository was archived by the owner on Apr 6, 2025. It is now read-only.

Commit 4351653

Browse files
release: bump versions (#31)
publish new versions Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com>
1 parent 13c37fc commit 4351653

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

.changes/as-ref-router.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/command-alias.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/error-router.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

crates/aionbot-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## \[0.1.4]
4+
5+
### New Features
6+
7+
- [`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<str>`.
8+
- [`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`.
9+
- [`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.
10+
311
## \[0.1.3]
412

513
### Bug Fixes

crates/aionbot-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aionbot-core"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors.workspace = true
55
description.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)