diff --git a/Cargo.toml b/Cargo.toml index aa4190a..b1da40e 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.5.0-beta.1" edition = "2021" authors = ["Aditya Kumar "] readme = "README.md" diff --git a/PRERELEASE-CHANGELOG.md b/PRERELEASE-CHANGELOG.md new file mode 100644 index 0000000..be4da78 --- /dev/null +++ b/PRERELEASE-CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +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.5.0-beta.1] + +### Added +- Added ability to have multiple shards in `DiscordBotConfig` + +### Changed +- Upgraded bevy dependency from `0.13` to `0.15.0-rc.3` +- Made macros accessible to crate only - [60df93](https://github.com/AS1100K/bevy-discord/commit/60df9357c661a8bdc2caba39ce925f0e20b81b81) + +### Removed +- Unused macros \ No newline at end of file