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.7.0] - 2020-05-07
9
+
8
10
### Added
9
11
10
12
- New struct ` cmd::ProcessLinesActions ` to expose actions available while reading live output from a command.
@@ -146,6 +148,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
146
148
147
149
- Initial version of Rustwide, extracted from Crater.
148
150
151
+ [ 0.7.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.7.0
149
152
[ 0.6.1 ] : https://github.com/rust-lang/rustwide/releases/tag/0.6.1
150
153
[ 0.6.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.6.0
151
154
[ 0.5.1 ] : https://github.com/rust-lang/rustwide/releases/tag/0.5.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustwide"
3
- version = " 0.6.1 "
3
+ version = " 0.7.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