File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 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.12.0] - 2021-01-28
9
+
8
10
### Added
9
11
10
12
- New variant ` PrepareError::MissingDependencies ` , returned during the prepare
@@ -234,6 +236,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
234
236
235
237
- Initial version of Rustwide, extracted from Crater.
236
238
239
+ [ 0.12.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.12.0
237
240
[ 0.11.1 ] : https://github.com/rust-lang/rustwide/releases/tag/0.11.1
238
241
[ 0.11.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.11.0
239
242
[ 0.10.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.10.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustwide"
3
- version = " 0.11.1 "
3
+ version = " 0.12.0 "
4
4
authors = [" Pietro Albini <pietro@pietroalbini.org>" ]
5
5
edition = " 2018"
6
6
build = " build.rs"
You can’t perform that action at this time.
0 commit comments