Skip to content

Commit

Permalink
PRERELEASE 0.5.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AS1100K committed Nov 28, 2024
1 parent 9e1d439 commit a151043
Show file tree
Hide file tree
Showing 2 changed files with 19 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.5.0-beta.1"
edition = "2021"
authors = ["Aditya Kumar <[email protected]>"]
readme = "README.md"
Expand Down
18 changes: 18 additions & 0 deletions PRERELEASE-CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a151043

Please sign in to comment.