File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
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.5.1] - 2020-01-31
9
+
8
10
### Fixed
9
11
10
12
- Fix ` unstable ` feature not working after the Rust 1.41.0 stable release.
@@ -123,7 +125,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123
125
124
126
- Initial version of Rustwide, extracted from Crater.
125
127
126
- [ 0.5.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.4.0
128
+ [ 0.5.1 ] : https://github.com/rust-lang/rustwide/releases/tag/0.5.1
129
+ [ 0.5.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.5.0
127
130
[ 0.4.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.4.0
128
131
[ 0.3.2 ] : https://github.com/rust-lang/rustwide/releases/tag/0.3.2
129
132
[ 0.3.1 ] : https://github.com/rust-lang/rustwide/releases/tag/0.3.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustwide"
3
- version = " 0.5.0 "
3
+ version = " 0.5.1 "
4
4
authors = [
" Pietro Albini <[email protected] >" ]
5
5
edition = " 2018"
6
6
build = " build.rs"
You can’t perform that action at this time.
0 commit comments