Skip to content

Commit 8da6c44

Browse files
committed
release rustwide 0.3.2
1 parent d261d7f commit 8da6c44

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.2] - 2019-10-08
9+
810
### Fixed
911

1012
- The default value for `WorkspaceBuilder::fetch_registry_index_during_builds`
@@ -82,6 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8284

8385
- Initial version of Rustwide, extracted from Crater.
8486

87+
[0.3.2]: https://github.com/rust-lang/rustwide/releases/tag/0.3.2
8588
[0.3.1]: https://github.com/rust-lang/rustwide/releases/tag/0.3.1
8689
[0.3.0]: https://github.com/rust-lang/rustwide/releases/tag/0.3.0
8790
[0.2.0]: https://github.com/rust-lang/rustwide/releases/tag/0.2.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.1"
3+
version = "0.3.2"
44
authors = ["Pietro Albini <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"

0 commit comments

Comments
 (0)