Skip to content

Commit

Permalink
Bump to 0.10.2 (#1182)
Browse files Browse the repository at this point in the history
This release contains a compatibility patch for tokio, as much of the ecosystem is still catching up in regards to the `1.0` release. The patch will allow users to use tokio `0.2` until all of their dependencies are updated to use `1.0`. This release also fixes documentation attributes for slash commands, correctly displaying information that their api is unstable and has to be enabled with the `unstable_discord_api` feature.
  • Loading branch information
arqunis authored Jan 9, 2021
1 parent 580d6de commit e0ecf2d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
This project mostly adheres to [Semantic Versioning][semver].

## [0.10.2] - 2021-01-09

Thanks to the following for their contributions:

- [@Lakelezz]
- [@nickelc]

### Added

- [misc] Add compatibility features for tokio `0.2` and `1.0` ([@Lakelezz]) [c:580d6de]

### Fixed

- [misc] Fix doc_cfg attributes for the `unstable_discord_api` feature ([@nickelc]) [c:9a97f9b]

## [0.10.1] - 2021-01-07

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

<!-- COMPARISONS -->

[0.10.2]: https://github.com/serenity-rs/serenity/compare/v0.10.1...v0.10.2
[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
Expand Down Expand Up @@ -4188,6 +4204,9 @@ Initial commit.

<!-- COMMITS -->

[c:580d6de]: https://github.com/serenity-rs/serenity/commit/580d6de400165b8fedd19e359d91d72e782e45d9
[c:9a97f9b]: https://github.com/serenity-rs/serenity/commit/9a97f9b7030e17701fb2887bf86cebde4ec14e8a

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

[c:2624170]: https://github.com/serenity-rs/serenity/commit/2624170835961e57fe00f027763166d74613b8da
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.1"
version = "0.10.2"
edition = "2018"
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "build.rs"]

Expand Down

0 comments on commit e0ecf2d

Please sign in to comment.