Skip to content

Commit 828d13c

Browse files
committed
release rustwide 0.11.1
1 parent 09a82ae commit 828d13c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## Unreleased
77

8+
## [0.11.1] - 2021-01-25
9+
810
### Changed
911

1012
* Updated tokio dependency to 1.0.
@@ -222,6 +224,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
222224

223225
- Initial version of Rustwide, extracted from Crater.
224226

227+
[0.11.1]: https://github.com/rust-lang/rustwide/releases/tag/0.11.1
225228
[0.11.0]: https://github.com/rust-lang/rustwide/releases/tag/0.11.0
226229
[0.10.0]: https://github.com/rust-lang/rustwide/releases/tag/0.10.0
227230
[0.9.0]: https://github.com/rust-lang/rustwide/releases/tag/0.9.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustwide"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
authors = ["Pietro Albini <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"

0 commit comments

Comments
 (0)