Skip to content

Commit

Permalink
Bump to 0.10.1 (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis authored Jan 7, 2021
1 parent fad522f commit bf6eb6f
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.10.1] - 2021-01-07

Thanks to the following for their contributions:

- [@nickelc]

### Fixed

- [misc] Bump the required version of the `command_attr` crate ([@nickelc]) [c:ab8c82b]

## [0.10.0] - 2021-01-06

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

<!-- COMPARISONS -->

[0.10.1]: https://github.com/serenity-rs/serenity/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/serenity-rs/serenity/compare/v0.9.4...v0.10.0
[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
Expand Down Expand Up @@ -4177,6 +4188,8 @@ Initial commit.

<!-- COMMITS -->

[c:ab8c82b]: https://github.com/serenity-rs/serenity/commit/ab8c82bddc2854f17e04efd10ccfd5357a5b415f

[c:2624170]: https://github.com/serenity-rs/serenity/commit/2624170835961e57fe00f027763166d74613b8da
[c:7647e1e]: https://github.com/serenity-rs/serenity/commit/7647e1e7bb4754a5880246312fb807daede31b23
[c:0b1fc27]: https://github.com/serenity-rs/serenity/commit/0b1fc2737efebde01f6f3b781bcdfc83a30e908e
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.10.0"
version = "0.10.1"
edition = "2018"
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "build.rs"]

Expand Down

0 comments on commit bf6eb6f

Please sign in to comment.