Skip to content

Commit

Permalink
release: bump versions (#31)
Browse files Browse the repository at this point in the history
publish new versions

Co-authored-by: fu050409 <[email protected]>
  • Loading branch information
github-actions[bot] and fu050409 authored Oct 28, 2024
1 parent 13c37fc commit 4351653
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changes/as-ref-router.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/command-alias.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/error-router.md

This file was deleted.

8 changes: 8 additions & 0 deletions crates/aionbot-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<str>`.
- [`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
Expand Down
2 changes: 1 addition & 1 deletion crates/aionbot-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4351653

Please sign in to comment.