Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
  • Loading branch information
EbonJaeger committed Jan 23, 2021
1 parent 16a255b commit e62f01a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.2.0] - 2021-01-23

### Changed
- Update dependencies
- Tokio runtime updated to 1.0
Expand Down Expand Up @@ -51,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Improve experience when a user sends an attachment in Discord

[Unreleased]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.1.1...master
[Unreleased]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.2.0...master
[v2.2.0]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.1.1...v2.2.0
[v2.1.1]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.1.0...v2.1.1
[v2.1.0]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.0.1...v2.1.0
[v2.0.1]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.0.0...v2.0.1
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.1.1"
version = "2.2.0"
authors = ["Evan Maddock <maddock.evan@vivaldi.net>"]
edition = "2018"

Expand Down

0 comments on commit e62f01a

Please sign in to comment.