Skip to content

Commit 4f0def5

Browse files
committed
release rustwide 0.13.1
1 parent f994e0a commit 4f0def5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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.13.1] - 2021-05-21
9+
810
### Changed
911

1012
- The `--locked` flag is not used anymore during `cargo fetch`.
@@ -256,6 +258,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
256258

257259
- Initial version of Rustwide, extracted from Crater.
258260

261+
[0.13.1]: https://github.com/rust-lang/rustwide/releases/tag/0.13.1
259262
[0.13.0]: https://github.com/rust-lang/rustwide/releases/tag/0.13.0
260263
[0.12.0]: https://github.com/rust-lang/rustwide/releases/tag/0.12.0
261264
[0.11.1]: https://github.com/rust-lang/rustwide/releases/tag/0.11.1

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "rustwide"
3-
version = "0.13.0"
4-
authors = ["Pietro Albini <pietro@pietroalbini.org>"]
3+
version = "0.13.1"
54
edition = "2018"
65
build = "build.rs"
76

0 commit comments

Comments
 (0)