Skip to content

Commit bba9a16

Browse files
committed
release rustwide 0.15.0
1 parent 25ecbb7 commit bba9a16

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.15.0] - 2022-05-22
9+
810
### Added
911

1012
- New method `BuildBuilder::patch_with_path()` for path-based patching (as
@@ -277,6 +279,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
277279

278280
- Initial version of Rustwide, extracted from Crater.
279281

282+
[0.15.0]: https://github.com/rust-lang/rustwide/releases/tag/0.15.0
280283
[0.14.0]: https://github.com/rust-lang/rustwide/releases/tag/0.14.0
281284
[0.13.1]: https://github.com/rust-lang/rustwide/releases/tag/0.13.1
282285
[0.13.0]: https://github.com/rust-lang/rustwide/releases/tag/0.13.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.14.0"
3+
version = "0.15.0"
44
edition = "2018"
55
build = "build.rs"
66

0 commit comments

Comments
 (0)