Skip to content

Commit 5cdc9f7

Browse files
committed
Bump version to 2.5.2
Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
1 parent 4f05164 commit 5cdc9f7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v2.5.2] - 2021-04-03
11+
12+
### Added
13+
14+
- Support for different versions of the `list` command output
15+
1016
## [v2.5.1] - 2021-03-27
1117

1218
### Changed
@@ -104,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104110

105111
- Improve experience when a user sends an attachment in Discord
106112

107-
[unreleased]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.5.1...master
113+
[unreleased]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.5.2...master
114+
[v2.5.2]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.5.1...v2.5.2
108115
[v2.5.1]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.5.0...v2.5.1
109116
[v2.5.0]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.4.0...v2.5.0
110117
[v2.4.0]: https://github.com/EbonJaeger/dolphin-rs/compare/v2.3.0...v2.4.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dolphin-rs"
3-
version = "2.5.1"
3+
version = "2.5.2"
44
authors = ["Evan Maddock <maddock.evan@vivaldi.net>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)