Skip to content

Commit

Permalink
Bump to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kangalio committed Apr 23, 2023
1 parent 7a29dfe commit 77e4d3a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.5.4

API updates:
- The `payload` field of `FrameworkError::CommandPanic` has been changed from `Box<dyn Any + Send>` to `Option<String>`
- This is technically a breaking change
- However, the newly introduced `payload` field in 0.5.3 made `FrameworkError` accidentally not Sync anymore
- And `FrameworkError::CommandPanic` has only been introduced a few days ago in 0.5.3
- Therefore, I think it's ok to release this as a patch release to reverse the accidental breaking change from 0.5.3

Detailed changelog: https://github.com/kangalioo/poise/compare/v0.5.3...v0.5.4

# 0.5.3

New features:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["kangalio <[email protected]>"]
edition = "2018"
name = "poise"
version = "0.5.3"
version = "0.5.4"
rust-version = "1.60.0"
description = "A Discord bot framework for serenity"
license = "MIT"
Expand Down

0 comments on commit 77e4d3a

Please sign in to comment.