Skip to content

Commit

Permalink
release: bump versions (#22)
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 27, 2024
1 parent f487247 commit 48f23cf
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changes/change-logger-level.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/event-as-any.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/export-in-aionbot.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-fmt.md

This file was deleted.

7 changes: 7 additions & 0 deletions crates/aionbot-adapter-onebot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion crates/aionbot-adapter-onebot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions crates/aionbot-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.0"
version = "0.1.1"
authors.workspace = true
description.workspace = true
edition.workspace = true
Expand Down
9 changes: 9 additions & 0 deletions crates/aionbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion crates/aionbot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aionbot"
version = "0.1.0"
version = "0.1.1"
authors.workspace = true
description.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 48f23cf

Please sign in to comment.