Skip to content

Commit

Permalink
Bump to 0.8.9 (#1129)
Browse files Browse the repository at this point in the history
This prepares for the release of `0.8.9` by updating the `CHANGELOG.md` file and updating the version in relevant places.

This is a small release to publish two fixes in the framework, and a minor documentation fix.

- Buckets configured with only a `delay` will now go into effect on the first invocation of a command.
- Subcommands are now handled in the help system.
- The wording regarding the maximum amount of "characters" permitted in a message has been amended.
  • Loading branch information
arqunis authored Dec 18, 2020
1 parent eaead53 commit 9583448
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
This project mostly adheres to [Semantic Versioning][semver].

## [0.8.9] - 2020-12-18

Thanks to the following for their contributions:

- [@Lakelezz]
- [@SadiinsoSnowfall]

### Fixed

- [framework] Fix invocation by defaulting ticket limit to 1. ([@Lakelezz]) [c:eaead53]
- [framework] Fix handling sub-commands in the help-system. Adds an example command with sub-command to the command framework example as well. ([@Lakelezz]) [c:b96529e]
- [model] Fix incorrect documentation for the `MessageTooLong` error ([@SadiinsoSnowfall]) [c:bb04fad]

## [0.8.8] - 2020-11-28

Thanks to the following for their contributions:
Expand Down Expand Up @@ -3648,6 +3661,7 @@ Initial commit.
[@PvdBerg1998]: https://github.com/PvdBerg1998
[@Roughsketch]: https://github.com/Roughsketch
[@rsaihe]: https://github.com/rsaihe
[@SadiinsoSnowfall]: https://github.com/SadiinsoSnowfall
[@SOF3]: https://github.com/SOF3
[@Scetch]: https://github.com/Scetch
[@s0lst1ce]: https://github.com/s0lst1ce
Expand All @@ -3673,6 +3687,10 @@ Initial commit.
[@zeyla]: https://github.com/zeyla


[c:eaead53]: https://github.com/serenity/serenity/commit/eaead536db0327fde24c87aebe28470633db4a4c
[c:b96529e]: https://github.com/serenity/serenity/commit/b96529e92b8d79cb580e15a90506e6637e6809aa
[c:bb04fad]: https://github.com/serenity/serenity/commit/bb04fad0a8716472a5ba5f7429c18c123f9e650f

[c:72f287c]: https://github.com/serenity-rs/serenity/commit/72f287c5b4ebbd9e9fbaae9afec99187387db0dd

[c:6b1021f]: https://github.com/acdenisSK/serenity/commit/6b1021f85ea8590b2aa50e4ea986b598575c6abb
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "ISC"
name = "serenity"
readme = "README.md"
repository = "https://github.com/serenity-rs/serenity.git"
version = "0.8.8"
version = "0.8.9"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 9583448

Please sign in to comment.