Skip to content

Commit c10a334

Browse files
committed
Update CHANGELOG.md for 0.15.2 release
1 parent 40735fb commit c10a334

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

66
## Unreleased
77

8+
## [0.15.2] - 2022-10-13
9+
10+
### Changed
11+
12+
* CI toolchains can now install additional targets and components.
13+
814
## [0.15.1] - 2022-09-04
915

1016
### Changed
@@ -286,6 +292,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
286292

287293
- Initial version of Rustwide, extracted from Crater.
288294

295+
[0.15.2]: https://github.com/rust-lang/rustwide/releases/tag/0.15.2
289296
[0.15.1]: https://github.com/rust-lang/rustwide/releases/tag/0.15.1
290297
[0.15.0]: https://github.com/rust-lang/rustwide/releases/tag/0.15.0
291298
[0.14.0]: https://github.com/rust-lang/rustwide/releases/tag/0.14.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.1"
3+
version = "0.15.2"
44
edition = "2018"
55
build = "build.rs"
66

0 commit comments

Comments
 (0)