diff --git a/Cargo.toml b/Cargo.toml index 76255e9..5bef67b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy-discord" description = "A bevy plugin for sending and receiving discord messages." -version = "0.5.0" +version = "0.6.0-alpha.1" edition = "2021" authors = ["Aditya Kumar "] readme = "README.md" diff --git a/PRERELEASE-CHANGELOG.md b/PRERELEASE-CHANGELOG.md index a47d0a7..0a3913d 100644 --- a/PRERELEASE-CHANGELOG.md +++ b/PRERELEASE-CHANGELOG.md @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.0-alpha.1] + +_This release note is continued from `v0.5` release note_ + +### Added +- `rich_presence` feature +- re-export `discord-sdk` +- macro `send_event_tuple` +- `ChannelPlugin` +- `ChannelListener` +- `DiscordPluginGroup` + +### Changed +- move `bevy_discord::bot::events` to `bevy_discord::events::bot` +- Refactor `BEventCollection` to `EventCollection` and moved it from `bevy_discord::bot::common::BEventCollection` to `bevy_discord::events::EventCollection` +- Update `create_event_collection_and_handler` macro with refactored items + ## [0.5.0-beta.1] ### Added