Skip to content

Commit 77e4d3a

Browse files
committed
Bump to 0.5.4
1 parent 7a29dfe commit 77e4d3a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.5.4
2+
3+
API updates:
4+
- The `payload` field of `FrameworkError::CommandPanic` has been changed from `Box<dyn Any + Send>` to `Option<String>`
5+
- This is technically a breaking change
6+
- However, the newly introduced `payload` field in 0.5.3 made `FrameworkError` accidentally not Sync anymore
7+
- And `FrameworkError::CommandPanic` has only been introduced a few days ago in 0.5.3
8+
- Therefore, I think it's ok to release this as a patch release to reverse the accidental breaking change from 0.5.3
9+
10+
Detailed changelog: https://github.com/kangalioo/poise/compare/v0.5.3...v0.5.4
11+
112
# 0.5.3
213

314
New features:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["kangalio <[email protected]>"]
33
edition = "2018"
44
name = "poise"
5-
version = "0.5.3"
5+
version = "0.5.4"
66
rust-version = "1.60.0"
77
description = "A Discord bot framework for serenity"
88
license = "MIT"

0 commit comments

Comments
 (0)