diff --git a/.changes/change-logger-level.md b/.changes/change-logger-level.md deleted file mode 100644 index b6de4f6..0000000 --- a/.changes/change-logger-level.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"aionbot": patch:feat ---- - -Support change log level. diff --git a/.changes/event-as-any.md b/.changes/event-as-any.md deleted file mode 100644 index 02539ab..0000000 --- a/.changes/event-as-any.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"aionbot-core": patch:feat -"aionbot-adapter-onebot": patch:feat ---- - -Add support for the `as_any` event type. diff --git a/.changes/export-in-aionbot.md b/.changes/export-in-aionbot.md deleted file mode 100644 index 0e9637e..0000000 --- a/.changes/export-in-aionbot.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"aionbot": patch:feat ---- - -Fix exports in aionbot package. diff --git a/.changes/fix-fmt.md b/.changes/fix-fmt.md deleted file mode 100644 index 6ed14b9..0000000 --- a/.changes/fix-fmt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"aionbot": patch:feat ---- - -Fix formatting of the `lib.rs` file. diff --git a/crates/aionbot-adapter-onebot/CHANGELOG.md b/crates/aionbot-adapter-onebot/CHANGELOG.md new file mode 100644 index 0000000..6677bd2 --- /dev/null +++ b/crates/aionbot-adapter-onebot/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## \[0.1.1] + +### New Features + +- [`f487247`](https://github.com/noctisynth/aionbot/commit/f48724774fec05548798a76ad7e93597fb24bec9) ([#23](https://github.com/noctisynth/aionbot/pull/23) by [@fu050409](https://github.com/noctisynth/aionbot/../../fu050409)) Add support for the `as_any` event type. diff --git a/crates/aionbot-adapter-onebot/Cargo.toml b/crates/aionbot-adapter-onebot/Cargo.toml index 4cc780c..745acf8 100644 --- a/crates/aionbot-adapter-onebot/Cargo.toml +++ b/crates/aionbot-adapter-onebot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aionbot-adapter-onebot" -version = "0.1.0" +version = "0.1.1" authors.workspace = true description.workspace = true edition.workspace = true diff --git a/crates/aionbot-core/CHANGELOG.md b/crates/aionbot-core/CHANGELOG.md new file mode 100644 index 0000000..6677bd2 --- /dev/null +++ b/crates/aionbot-core/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## \[0.1.1] + +### New Features + +- [`f487247`](https://github.com/noctisynth/aionbot/commit/f48724774fec05548798a76ad7e93597fb24bec9) ([#23](https://github.com/noctisynth/aionbot/pull/23) by [@fu050409](https://github.com/noctisynth/aionbot/../../fu050409)) Add support for the `as_any` event type. diff --git a/crates/aionbot-core/Cargo.toml b/crates/aionbot-core/Cargo.toml index 5ff2208..7d091c7 100644 --- a/crates/aionbot-core/Cargo.toml +++ b/crates/aionbot-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aionbot-core" -version = "0.1.0" +version = "0.1.1" authors.workspace = true description.workspace = true edition.workspace = true diff --git a/crates/aionbot/CHANGELOG.md b/crates/aionbot/CHANGELOG.md new file mode 100644 index 0000000..9ca0e6f --- /dev/null +++ b/crates/aionbot/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## \[0.1.1] + +### New Features + +- [`f487247`](https://github.com/noctisynth/aionbot/commit/f48724774fec05548798a76ad7e93597fb24bec9) ([#23](https://github.com/noctisynth/aionbot/pull/23) by [@fu050409](https://github.com/noctisynth/aionbot/../../fu050409)) Support change log level. +- [`f487247`](https://github.com/noctisynth/aionbot/commit/f48724774fec05548798a76ad7e93597fb24bec9) ([#23](https://github.com/noctisynth/aionbot/pull/23) by [@fu050409](https://github.com/noctisynth/aionbot/../../fu050409)) Fix exports in aionbot package. +- [`43e8f6a`](https://github.com/noctisynth/aionbot/commit/43e8f6a56a8e2b55ad62e42496fdbf2230cd0720) ([#21](https://github.com/noctisynth/aionbot/pull/21) by [@fu050409](https://github.com/noctisynth/aionbot/../../fu050409)) Fix formatting of the `lib.rs` file. diff --git a/crates/aionbot/Cargo.toml b/crates/aionbot/Cargo.toml index 3b61723..c580f3b 100644 --- a/crates/aionbot/Cargo.toml +++ b/crates/aionbot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aionbot" -version = "0.1.0" +version = "0.1.1" authors.workspace = true description.workspace = true edition.workspace = true