Bump version to 0.4.0

This commit is contained in:
Joscha 2023-05-14 15:55:58 +02:00
parent ebdbb52f0d
commit fa6c8cdce9
2 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,8 @@ Procedure when bumping the version number:
## Unreleased ## Unreleased
## v0.4.0 - 2023-05-14
### Added ### Added
- `bot::botrulez::Uptime` now implements `bot::command::Command` - `bot::botrulez::Uptime` now implements `bot::command::Command`
- `bot::command::parse_prefix_initiated` - `bot::command::parse_prefix_initiated`

View file

@ -1,6 +1,6 @@
[package] [package]
name = "euphoxide" name = "euphoxide"
version = "0.3.1" version = "0.4.0"
edition = "2021" edition = "2021"
[features] [features]