Bump version to 0.3.1
This commit is contained in:
parent
7120e1d5b9
commit
1844cddcc0
2 changed files with 3 additions and 1 deletions
|
|
@ -13,6 +13,8 @@ Procedure when bumping the version number:
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## v0.3.1 - 2023-02-26
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- `bot::botrulez::FullHelp` now implements `bot::command::Command`
|
- `bot::botrulez::FullHelp` now implements `bot::command::Command`
|
||||||
- `bot::botrulez::Ping` now implements `bot::command::Command`
|
- `bot::botrulez::Ping` now implements `bot::command::Command`
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "euphoxide"
|
name = "euphoxide"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue