Skip to content

Commit

Permalink
Bump to 0.9.4 (#1177)
Browse files Browse the repository at this point in the history
This is a hotfix release to fix a versioning issue with `command_attr`, as `0.3.3` is not compatible with `0.9.3`.
  • Loading branch information
arqunis authored Jan 7, 2021
1 parent b03df91 commit 8c197e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
This project mostly adheres to [Semantic Versioning][semver].

## [0.9.4] - 2021-01-07

Thanks to the following for their contributions:

- [@acdenisSK]

### Fixed

- [misc] Fixate `command_attr` version to 0.3.2 ([@acdenisSK]) [c:b03df91]

## [0.9.3] - 2020-12-18

Thanks to the following for their contributions:
Expand Down Expand Up @@ -3827,6 +3837,7 @@ Initial commit.

<!-- COMPARISONS -->

[0.9.4]: https://github.com/serenity-rs/serenity/compare/v0.9.3...v0.9.4
[0.9.3]: https://github.com/serenity-rs/serenity/compare/v0.9.2...v0.9.3
[0.9.2]: https://github.com/serenity-rs/serenity/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/serenity-rs/serenity/compare/v0.9.0...v0.9.1
Expand Down Expand Up @@ -4034,6 +4045,8 @@ Initial commit.

<!-- COMMITS -->

[c:b03df91]: https://github.com/serenity-rs/serenity/commit/b03df91f50a554cd9ab3dcb78d74eba46f2601e8

[c:1cc66b3]: https://github.com/serenity/serenity/commit/1cc66b3d4ba70f75823cb59c5db4e4b0ef162ac7
[c:1047eac]: https://github.com/serenity/serenity/commit/1047eac908eb28c69691292db8e35e089985a09e
[c:fac94f2]: https://github.com/serenity/serenity/commit/fac94f2559abe1cfdafe0ca998e011ba08a1e84c
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.9.3"
version = "0.9.4"
edition = "2018"
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "build.rs"]

Expand Down

0 comments on commit 8c197e6

Please sign in to comment.