From 48f23cf93252b5069a17ad341d77b041fdb320b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:17:48 +0800 Subject: [PATCH] release: bump versions (#22) publish new versions Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/change-logger-level.md | 5 ----- .changes/event-as-any.md | 6 ------ .changes/export-in-aionbot.md | 5 ----- .changes/fix-fmt.md | 5 ----- crates/aionbot-adapter-onebot/CHANGELOG.md | 7 +++++++ crates/aionbot-adapter-onebot/Cargo.toml | 2 +- crates/aionbot-core/CHANGELOG.md | 7 +++++++ crates/aionbot-core/Cargo.toml | 2 +- crates/aionbot/CHANGELOG.md | 9 +++++++++ crates/aionbot/Cargo.toml | 2 +- 10 files changed, 26 insertions(+), 24 deletions(-) delete mode 100644 .changes/change-logger-level.md delete mode 100644 .changes/event-as-any.md delete mode 100644 .changes/export-in-aionbot.md delete mode 100644 .changes/fix-fmt.md create mode 100644 crates/aionbot-adapter-onebot/CHANGELOG.md create mode 100644 crates/aionbot-core/CHANGELOG.md create mode 100644 crates/aionbot/CHANGELOG.md 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