Skip to content

Commit 326694e

Browse files
committed
release rustwide 0.14.0
1 parent a4a98d8 commit 326694e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
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.14.0] - 2021-08-19
9+
810
### Added
911

1012
- New method `Toolchain::is_needed_by_rustwide` for checking if a toolchain
@@ -263,6 +265,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
263265

264266
- Initial version of Rustwide, extracted from Crater.
265267

268+
[0.14.0]: https://github.com/rust-lang/rustwide/releases/tag/0.14.0
266269
[0.13.1]: https://github.com/rust-lang/rustwide/releases/tag/0.13.1
267270
[0.13.0]: https://github.com/rust-lang/rustwide/releases/tag/0.13.0
268271
[0.12.0]: https://github.com/rust-lang/rustwide/releases/tag/0.12.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustwide"
3-
version = "0.13.1"
3+
version = "0.14.0"
44
edition = "2018"
55
build = "build.rs"
66

0 commit comments

Comments
 (0)