Skip to content

Commit 2b0d92b

Browse files
committed
release rustwide 0.6.1
1 parent bccdf2b commit 2b0d92b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## Unreleased
77

8+
## [0.6.1] - 2020-05-04
9+
810
### Fixed
911

10-
- Fix `Command::process_lines` not working in sandboxed enviroments.
12+
- Fix `Command::process_lines` not working in sandboxed enviroments.
1113

1214
## [0.6.0] - 2020-04-01
1315

@@ -135,6 +137,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
135137

136138
- Initial version of Rustwide, extracted from Crater.
137139

140+
[0.6.1]: https://github.com/rust-lang/rustwide/releases/tag/0.6.1
138141
[0.6.0]: https://github.com/rust-lang/rustwide/releases/tag/0.6.0
139142
[0.5.1]: https://github.com/rust-lang/rustwide/releases/tag/0.5.1
140143
[0.5.0]: https://github.com/rust-lang/rustwide/releases/tag/0.5.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustwide"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Pietro Albini <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"

0 commit comments

Comments
 (0)