Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
kekonn committed Dec 3, 2024
1 parent 13ffd87 commit d1eecee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion fercord_bot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased] - ReleaseDate

## [0.4.0] - 2024-12-03

- feat: `/reminder` not also accepts `[day|tomorrow] at [hour][am|pm]` inputs.
- feat: `/roll` command to roll dice (up to 255d255)
- feat: `@bot register` prefix-command to register slash commands
Expand Down Expand Up @@ -58,7 +60,8 @@


<!-- next-url -->
[Unreleased]: https://github.com/kekonn/fercord/compare/fercord_bot-v0.3.5...HEAD
[Unreleased]: https://github.com/kekonn/fercord/compare/fercord_bot-v0.4.0...HEAD
[0.4.0]: https://github.com/kekonn/fercord/compare/fercord_bot-v0.3.5...fercord_bot-v0.4.0
[0.3.5]: https://github.com/kekonn/fercord/compare/v0.3.4...fercord_bot-v0.3.5
[0.3.4]: https://github.com/kekonn/fercord/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/kekonn/fercord/compare/v0.3.2...v0.3.3
Expand Down
2 changes: 1 addition & 1 deletion fercord_bot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fercord_bot"
version = "0.3.5"
version = "0.4.0"
description = "A Discord bot written in Rust, for personal use"
license.workspace = true
authors.workspace = true
Expand Down

0 comments on commit d1eecee

Please sign in to comment.