File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## Unreleased
7
7
8
+ ## [ 0.6.1] - 2020-05-04
9
+
8
10
### Fixed
9
11
10
- - Fix ` Command::process_lines ` not working in sandboxed enviroments.
12
+ - Fix ` Command::process_lines ` not working in sandboxed enviroments.
11
13
12
14
## [ 0.6.0] - 2020-04-01
13
15
@@ -135,6 +137,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
135
137
136
138
- Initial version of Rustwide, extracted from Crater.
137
139
140
+ [ 0.6.1 ] : https://github.com/rust-lang/rustwide/releases/tag/0.6.1
138
141
[ 0.6.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.6.0
139
142
[ 0.5.1 ] : https://github.com/rust-lang/rustwide/releases/tag/0.5.1
140
143
[ 0.5.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.5.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustwide"
3
- version = " 0.6.0 "
3
+ version = " 0.6.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