Skip to content

Commit

Permalink
RELEASE v0.6.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AS1100K committed Jan 6, 2025
1 parent 160a8e9 commit 66ebd83
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down
17 changes: 17 additions & 0 deletions PRERELEASE-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66ebd83

Please sign in to comment.