Skip to content

Commit

Permalink
Release 0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 23, 2020
1 parent 2b23419 commit 9d370c8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

* Add support for `tokio1::{AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead}`.
## [0.7.11] - 2020-12-23

* [Add support for `tokio1::{AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead}`.](https://github.com/taiki-e/auto_enums/pull/122)

## [0.7.10] - 2020-11-15

Expand Down Expand Up @@ -331,7 +333,8 @@ This project adheres to [Semantic Versioning](https://semver.org).

Initial release

[Unreleased]: https://github.com/taiki-e/auto_enums/compare/v0.7.10...HEAD
[Unreleased]: https://github.com/taiki-e/auto_enums/compare/v0.7.11...HEAD
[0.7.11]: https://github.com/taiki-e/auto_enums/compare/v0.7.10...v0.7.11
[0.7.10]: https://github.com/taiki-e/auto_enums/compare/v0.7.9...v0.7.10
[0.7.9]: https://github.com/taiki-e/auto_enums/compare/v0.7.8...v0.7.9
[0.7.8]: https://github.com/taiki-e/auto_enums/compare/v0.7.7...v0.7.8
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "auto_enums"
version = "0.7.10"
version = "0.7.11"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand Down Expand Up @@ -81,8 +81,8 @@ trusted_len = ["auto_enums_derive/trusted_len"]

# NB: futures*, tokio*, serde, and rayon are public dependencies.
[dependencies]
auto_enums_core = { version = "=0.7.10", path = "core", default-features = false }
auto_enums_derive = { version = "=0.7.10", path = "derive", default-features = false }
auto_enums_core = { version = "=0.7.11", path = "core", default-features = false }
auto_enums_derive = { version = "=0.7.11", path = "derive", default-features = false }

[dev-dependencies]
rustversion = "1"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "auto_enums_core"
version = "0.7.10"
version = "0.7.11"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "auto_enums_derive"
version = "0.7.10"
version = "0.7.11"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 9d370c8

Please sign in to comment.