Skip to content

Commit ceb04be

Browse files
committed
release rustwide 0.3.1
1 parent 74b6726 commit ceb04be

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.3.1] - 2019-09-23
9+
810
### Fixed
911

1012
- Building Rustwide failed on Windows due to a missing feature flag on the
@@ -75,6 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7577

7678
- Initial version of Rustwide, extracted from Crater.
7779

80+
[0.3.1]: https://github.com/rust-lang/rustwide/releases/tag/0.3.1
7881
[0.3.0]: https://github.com/rust-lang/rustwide/releases/tag/0.3.0
7982
[0.2.0]: https://github.com/rust-lang/rustwide/releases/tag/0.2.0
8083
[0.1.0]: https://github.com/rust-lang/rustwide/releases/tag/0.1.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.3.0"
3+
version = "0.3.1"
44
authors = ["Pietro Albini <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"

0 commit comments

Comments
 (0)