Skip to content

Commit 8896f12

Browse files
committed
Bump version number
1 parent 5c494e8 commit 8896f12

File tree

6 files changed

+37
-5
lines changed

6 files changed

+37
-5
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# 1.12.0
2+
3+
* [Update Visual C++ Build Tools URL][pr1428]
4+
* [Fix download indicator on OSes with newer ncurses package][pr1422]
5+
* [Remove components if they don't exist anymore during update][pr1419]
6+
* [Make sure rustup uses `utils::rename*` consistently][pr1389]
7+
* [Do not try to get CWD if not required][pr1379]
8+
* [Give correct error message if user tries to install an unavailable toolchain][pr1380]
9+
* [Fall back to wget if curl is not installed][pr1373]
10+
* [Added a link to all installers to the homepage][pr1370]
11+
* [Display helpful advice even with -y][pr1290]
12+
* [Use browser in BROWSER env if present for `doc` command][pr1289]
13+
* [Update shebang to reflect bashisms][pr1269]
14+
15+
[pr1428]: https://github.com/rust-lang-nursery/rustup.rs/pull/1428
16+
[pr1422]: https://github.com/rust-lang-nursery/rustup.rs/pull/1422
17+
[pr1419]: https://github.com/rust-lang-nursery/rustup.rs/pull/1419
18+
[pr1389]: https://github.com/rust-lang-nursery/rustup.rs/pull/1389
19+
[pr1379]: https://github.com/rust-lang-nursery/rustup.rs/pull/1379
20+
[pr1380]: https://github.com/rust-lang-nursery/rustup.rs/pull/1380
21+
[pr1373]: https://github.com/rust-lang-nursery/rustup.rs/pull/1373
22+
[pr1370]: https://github.com/rust-lang-nursery/rustup.rs/pull/1370
23+
[pr1290]: https://github.com/rust-lang-nursery/rustup.rs/pull/1290
24+
[pr1289]: https://github.com/rust-lang-nursery/rustup.rs/pull/1289
25+
[pr1269]: https://github.com/rust-lang-nursery/rustup.rs/pull/1269
26+
27+
Contributors: Andrew Pennebaker, Who? Me?!, Matteo Bertini, mog422,
28+
Kasper Møller Andersen, Thibault Delor, Justin Worthe, TitanSnow,
29+
aimileus, Antonio Murdaca, Cyryl Płotnicki, Nick Cameron, Alex Crichton,
30+
Kornel, Stuart Dootson, Pietro Albini, Diggory Blake, Yuji Nakao,
31+
Johannes Hofmann
32+
133
# 1.11.0
234

335
* [windows: detect architecture on website, update to matching arch][pr1354]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustup"
4-
version = "1.11.0"
4+
version = "1.12.0"
55
authors = [ "Diggory Blake <diggsey@googlemail.com>" ]
66
description = "Manage multiple rust installations with ease"
77

src/rustup-dist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustup-dist"
4-
version = "1.11.0"
4+
version = "1.12.0"
55
authors = [ "Diggory Blake <diggsey@googlemail.com>" ]
66
description = "Installation from a Rust distribution server"
77
build = "build.rs"

src/rustup-mock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustup-mock"
4-
version = "1.11.0"
4+
version = "1.12.0"
55
authors = [ "Diggory Blake <diggsey@googlemail.com>" ]
66
description = "Test mocks for rustup"
77

src/rustup-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustup-utils"
4-
version = "1.11.0"
4+
version = "1.12.0"
55
authors = [ "Diggory Blake <diggsey@googlemail.com>" ]
66
description = "Utility functions for rustup"
77

src/rustup-win-installer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustup-win-installer"
3-
version = "1.11.0"
3+
version = "1.12.0"
44
authors = ["Patrick Reisert"]
55
build = "build.rs"
66

0 commit comments

Comments
 (0)