Skip to content

Commit ed160f7

Browse files
committed
release rustwide 0.5.1
1 parent 33e333e commit ed160f7

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,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## Unreleased
77

8+
## [0.5.1] - 2020-01-31
9+
810
### Fixed
911

1012
- Fix `unstable` feature not working after the Rust 1.41.0 stable release.
@@ -123,7 +125,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123125

124126
- Initial version of Rustwide, extracted from Crater.
125127

126-
[0.5.0]: https://github.com/rust-lang/rustwide/releases/tag/0.4.0
128+
[0.5.1]: https://github.com/rust-lang/rustwide/releases/tag/0.5.1
129+
[0.5.0]: https://github.com/rust-lang/rustwide/releases/tag/0.5.0
127130
[0.4.0]: https://github.com/rust-lang/rustwide/releases/tag/0.4.0
128131
[0.3.2]: https://github.com/rust-lang/rustwide/releases/tag/0.3.2
129132
[0.3.1]: https://github.com/rust-lang/rustwide/releases/tag/0.3.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.5.0"
3+
version = "0.5.1"
44
authors = ["Pietro Albini <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"

0 commit comments

Comments
 (0)