Skip to content

Commit e0ecf2d

Browse files
authored
Bump to 0.10.2 (#1182)
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.
1 parent 580d6de commit e0ecf2d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
This project mostly adheres to [Semantic Versioning][semver].
55

6+
## [0.10.2] - 2021-01-09
7+
8+
Thanks to the following for their contributions:
9+
10+
- [@Lakelezz]
11+
- [@nickelc]
12+
13+
### Added
14+
15+
- [misc] Add compatibility features for tokio `0.2` and `1.0` ([@Lakelezz]) [c:580d6de]
16+
17+
### Fixed
18+
19+
- [misc] Fix doc_cfg attributes for the `unstable_discord_api` feature ([@nickelc]) [c:9a97f9b]
20+
621
## [0.10.1] - 2021-01-07
722

823
Thanks to the following for their contributions:
@@ -3967,6 +3982,7 @@ Initial commit.
39673982

39683983
<!-- COMPARISONS -->
39693984

3985+
[0.10.2]: https://github.com/serenity-rs/serenity/compare/v0.10.1...v0.10.2
39703986
[0.10.1]: https://github.com/serenity-rs/serenity/compare/v0.10.0...v0.10.1
39713987
[0.10.0]: https://github.com/serenity-rs/serenity/compare/v0.9.4...v0.10.0
39723988
[0.9.4]: https://github.com/serenity-rs/serenity/compare/v0.9.3...v0.9.4
@@ -4188,6 +4204,9 @@ Initial commit.
41884204

41894205
<!-- COMMITS -->
41904206

4207+
[c:580d6de]: https://github.com/serenity-rs/serenity/commit/580d6de400165b8fedd19e359d91d72e782e45d9
4208+
[c:9a97f9b]: https://github.com/serenity-rs/serenity/commit/9a97f9b7030e17701fb2887bf86cebde4ec14e8a
4209+
41914210
[c:ab8c82b]: https://github.com/serenity-rs/serenity/commit/ab8c82bddc2854f17e04efd10ccfd5357a5b415f
41924211

41934212
[c:2624170]: https://github.com/serenity-rs/serenity/commit/2624170835961e57fe00f027763166d74613b8da

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "ISC"
88
name = "serenity"
99
readme = "README.md"
1010
repository = "https://github.com/serenity-rs/serenity.git"
11-
version = "0.10.1"
11+
version = "0.10.2"
1212
edition = "2018"
1313
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "build.rs"]
1414

0 commit comments

Comments
 (0)