File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## Unreleased
7
7
8
+ ## [ 0.15.2] - 2022-10-13
9
+
10
+ ### Changed
11
+
12
+ * CI toolchains can now install additional targets and components.
13
+
8
14
## [ 0.15.1] - 2022-09-04
9
15
10
16
### Changed
@@ -286,6 +292,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
286
292
287
293
- Initial version of Rustwide, extracted from Crater.
288
294
295
+ [ 0.15.2 ] : https://github.com/rust-lang/rustwide/releases/tag/0.15.2
289
296
[ 0.15.1 ] : https://github.com/rust-lang/rustwide/releases/tag/0.15.1
290
297
[ 0.15.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.15.0
291
298
[ 0.14.0 ] : https://github.com/rust-lang/rustwide/releases/tag/0.14.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustwide"
3
- version = " 0.15.1 "
3
+ version = " 0.15.2 "
4
4
edition = " 2018"
5
5
build = " build.rs"
6
6
You can’t perform that action at this time.
0 commit comments