Skip to content

Commit

Permalink
Bump version to 2.6.0 and update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Maddock <[email protected]>
  • Loading branch information
EbonJaeger committed Jan 17, 2022
1 parent b923dec commit 0bbacf8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,21 @@ Items marked with (Serenity) are improvements due to using an updated version of

## [Unreleased]

## [v2.6.0] - 2022-01-17

### Added

- Support Discord servers that have Stage Channels (Serenity)
- Prevent runtime errors because Discord added something that Serenity (the Discord Rust framework) doesn't implement yet (Serenity
- Better error messages from Discord (Serenity)
- Slash command support via interactions

### Removed

- Configuration commands
- I don't think these were ever really used, and if an interface was desired, I'd much rather just build a web interface that the user can set up.
- Help command
- The help command is no longer needed since Discord commands have autocomplete.

## [v2.5.2] - 2021-04-03

Expand Down Expand Up @@ -118,7 +128,8 @@ Items marked with (Serenity) are improvements due to using an updated version of

- Improve experience when a user sends an attachment in Discord

[unreleased]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.5.2...master
[unreleased]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.6.0...master
[v2.6.0]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.5.2...v2.6.0
[v2.5.2]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.5.1...v2.5.2
[v2.5.1]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.5.0...v2.5.1
[v2.5.0]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.4.0...v2.5.0
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dolphin-rs"
version = "2.5.2"
version = "2.6.0"
authors = ["Evan Maddock <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 0bbacf8

Please sign in to comment.