Skip to content

Commit

Permalink
PRERELEASE-v0.6.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AS1100K committed Jan 23, 2025
1 parent d8039f7 commit 98aab41
Show file tree
Hide file tree
Showing 3 changed files with 12 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.6.0-alpha.1"
version = "0.6.0-alpha.2"
edition = "2021"
authors = ["Aditya Kumar <[email protected]>"]
readme = "README.md"
Expand Down
10 changes: 10 additions & 0 deletions PRERELEASE-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.2]

### Changed
- Made `setup_rich_presence` function use tokio's `block_on` function instead of spawn

_This now ensures tokio runtime is available to `discord-sdk` crate when initializing `Disocrd`_

### Fixed
- Made docs buildable [See Error](https://docs.rs/crate/bevy-discord/0.6.0-alpha.1)

## [0.6.0-alpha.1]

_This release note is continued from `v0.5` release note_
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ The `examples/` directory contains several example implementations:
- [`basic_bot.rs`](https://github.com/as1100k/bevy-discord/blob/main/examples/basic_bot.rs) - Simple message handling and response
- [`reactions.rs`](https://github.com/as1100k/bevy-discord/blob/main/examples/reactions.rs) - Handling reactions and emoji interactions
- [`slash_commands.rs`](https://github.com/as1100k/bevy-discord/blob/main/examples/slash_commands.rs) - Creating and handling slash commands
- [`rich_presence.rs`](https://github.com/as1100k/bevy-discord/blob/main/examples/rich_presence.rs) - Simple bevy app which has Discord Rich Presence

To run an example:

Expand Down

0 comments on commit 98aab41

Please sign in to comment.