File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## Unreleased
7
7
8
+ ## [ 0.14.0] - 2021-08-19
9
+
8
10
### Added
9
11
10
12
- 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
263
265
264
266
- Initial version of Rustwide, extracted from Crater.
265
267
268
+ [ 0.14.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.14.0
266
269
[ 0.13.1 ] : https://github.com/rust-lang/rustwide/releases/tag/0.13.1
267
270
[ 0.13.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.13.0
268
271
[ 0.12.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.12.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustwide"
3
- version = " 0.13.1 "
3
+ version = " 0.14.0 "
4
4
edition = " 2018"
5
5
build = " build.rs"
6
6
You can’t perform that action at this time.
0 commit comments