Skip to content

Commit b354448

Browse files
committed
bump version to 0.15.1
1 parent 380cdb5 commit b354448

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## Unreleased
77

8+
## [0.15.1] - 2022-09-04
9+
10+
### Changed
11+
12+
* Updated `nix` dependency to 0.25.
13+
* Replaced `winapi` dependency with `windows-sys`.
14+
815
## [0.15.0] - 2022-05-22
916

1017
### Added
@@ -279,6 +286,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
279286

280287
- Initial version of Rustwide, extracted from Crater.
281288

289+
[0.15.1]: https://github.com/rust-lang/rustwide/releases/tag/0.15.1
282290
[0.15.0]: https://github.com/rust-lang/rustwide/releases/tag/0.15.0
283291
[0.14.0]: https://github.com/rust-lang/rustwide/releases/tag/0.14.0
284292
[0.13.1]: https://github.com/rust-lang/rustwide/releases/tag/0.13.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.15.0"
3+
version = "0.15.1"
44
edition = "2018"
55
build = "build.rs"
66

0 commit comments

Comments
 (0)