Skip to content

Commit e80c6ae

Browse files
committed
Bump version and adjust changelog
1 parent 6c7d901 commit e80c6ae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
This project mostly adheres to [Semantic Versioning][semver].
55

6-
## [0.12.2] - 2024-XX-XX
6+
## [0.12.2] - 2024-06-01
77

88
Thanks to the following for their contributions:
9+
910
- [@bend-n]
1011
- [@GnomedDev]
1112
- [@jamesbt365]
@@ -30,6 +31,7 @@ These deprecation messages include a migration path, it is recommended to go one
3031
- ([#2861](https://github.com/serenity-rs/serenity/pull/2861)) `TeamMember::permissions` is always `["*"]`, so is useless.
3132

3233
### Other notable changes
34+
3335
- ([#2790](https://github.com/serenity-rs/serenity/pull/2790])) Added `CreateMessage::enforce_nonce`, to prevent sending duplicate messages.
3436
- ([#2801](https://github.com/serenity-rs/serenity/pull/2801)) Added `EditProfile::banner`, allowing banners to be set for bots.
3537
- ([#2810](https://github.com/serenity-rs/serenity/pull/2810)) Added `ChannelId::get_thread_member`.
@@ -40,6 +42,7 @@ These deprecation messages include a migration path, it is recommended to go one
4042
- ([#2830](https://github.com/serenity-rs/serenity/pull/2830)) Added `Guild`(`Id`)`::bulk_ban`, allowing bulk banning without hitting rate limits.
4143
- ([#2836](https://github.com/serenity-rs/serenity/pull/2836)) Added support for **Message Polls**, including reading and sending them.
4244
- ([#2807](https://github.com/serenity-rs/serenity/pull/2807)) Added support for **User Apps**, alllowing user-installable application commands.
45+
- ([#2882](https://github.com/serenity-rs/serenity/pull/2882)) Added support for super reactions.
4346
- Many documentation fixes and other optimisations to improve memory and CPU usage.
4447

4548
## [0.12.1] - 2024-02-28

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "ISC"
88
name = "serenity"
99
readme = "README.md"
1010
repository = "https://github.com/serenity-rs/serenity.git"
11-
version = "0.12.1"
11+
version = "0.12.2"
1212
edition = "2021"
1313
rust-version = "1.74"
1414
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "build.rs"]

0 commit comments

Comments
 (0)