Skip to content

Commit c1f745e

Browse files
committed
add changelog and version for rustwide 0.7.0
I forgot to push the commit when 0.7.0 was released, woops.
1 parent 1fab5bf commit c1f745e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## Unreleased
77

8+
## [0.7.0] - 2020-05-07
9+
810
### Added
911

1012
- 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
146148

147149
- Initial version of Rustwide, extracted from Crater.
148150

151+
[0.7.0]: https://github.com/rust-lang/rustwide/releases/tag/0.7.0
149152
[0.6.1]: https://github.com/rust-lang/rustwide/releases/tag/0.6.1
150153
[0.6.0]: https://github.com/rust-lang/rustwide/releases/tag/0.6.0
151154
[0.5.1]: https://github.com/rust-lang/rustwide/releases/tag/0.5.1

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.1"
3+
version = "0.7.0"
44
authors = ["Pietro Albini <pietro@pietroalbini.org>"]
55
edition = "2018"
66
build = "build.rs"

0 commit comments

Comments
 (0)