Skip to content

Commit ef57222

Browse files
committed
release rustwide 0.16.0
1 parent 7d5b65a commit ef57222

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.16.0] - 2023-05-02
9+
810
### Added
911

1012
- New method `Build::fetch_build_std_dependencies` for using `-Zbuild-std` within the sandbox when
@@ -298,6 +300,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
298300

299301
- Initial version of Rustwide, extracted from Crater.
300302

303+
[0.16.0]: https://github.com/rust-lang/rustwide/releases/tag/0.16.0
301304
[0.15.2]: https://github.com/rust-lang/rustwide/releases/tag/0.15.2
302305
[0.15.1]: https://github.com/rust-lang/rustwide/releases/tag/0.15.1
303306
[0.15.0]: https://github.com/rust-lang/rustwide/releases/tag/0.15.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.15.2"
3+
version = "0.16.0"
44
edition = "2018"
55
build = "build.rs"
66

0 commit comments

Comments
 (0)