Skip to content

Commit

Permalink
RELEASE 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AS1100K committed Oct 31, 2024
1 parent f3de913 commit f4501d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.3.0] - Unreleased
## [0.3.0] - 2024-10-31

### Added
- Module Http
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "bevy-discord"
description = "A bevy plugin for sending and receiving discord messages."
version = "0.2.2"
version = "0.3.0"
edition = "2021"
authors = ["Aditya Kumar <[email protected].com>"]
authors = ["Aditya Kumar <theadityakumardeveloper@gmail.com>"]
readme = "README.md"
repository = "https://github.com/AS1100K/bevy-discord"
publish = true
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Currently, the following Discord/Serenity features are not supported:
This crate aims to track bevy's versions. It also follows the semver standard. Below is a chart which versions of this
crate are compatible with which bevy version:

| Version | Bevy Version |
|----------------------------------|--------------|
| `0.2.x` | `0.13.x` |
| `0.3.x` _(Release Planned Soon)_ | `0.13.x` |
| Version | Bevy Version |
|---------|--------------|
| `0.2.x` | `0.13.x` |
| `0.3.x` | `0.13.x` |

0 comments on commit f4501d3

Please sign in to comment.