Skip to content

Commit 38fa8c3

Browse files
committed
release rustwide 0.7.1
1 parent c1f745e commit 38fa8c3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

66
## Unreleased
77

8+
## [0.7.1] - 2020-05-20
9+
10+
### Changed
11+
12+
- Updated dependencies.
13+
814
## [0.7.0] - 2020-05-07
915

1016
### Added
@@ -148,6 +154,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
148154

149155
- Initial version of Rustwide, extracted from Crater.
150156

157+
[0.7.1]: https://github.com/rust-lang/rustwide/releases/tag/0.7.1
151158
[0.7.0]: https://github.com/rust-lang/rustwide/releases/tag/0.7.0
152159
[0.6.1]: https://github.com/rust-lang/rustwide/releases/tag/0.6.1
153160
[0.6.0]: https://github.com/rust-lang/rustwide/releases/tag/0.6.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.7.0"
3+
version = "0.7.1"
44
authors = ["Pietro Albini <pietro@pietroalbini.org>"]
55
edition = "2018"
66
build = "build.rs"

0 commit comments

Comments
 (0)