Skip to content

Commit d4958de

Browse files
committed
Auto merge of #1432 - rust-lang-nursery:db-bump-version, r=Diggsey
Bump version number
2 parents a675b7e + 4bbd51e commit d4958de

File tree

7 files changed

+59
-16
lines changed

7 files changed

+59
-16
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
# 1.12.0
2+
3+
* [Add --path flag to 'rustup doc'][pr1453]
4+
* [Add flag to "rustup show" for active-toolchain][pr1449]
5+
* [Bring rustup.js and markup into alignment with rust-www][pr1437]
6+
* [Add caret after first installation question][pr1435]
7+
* [Add "rustup doc --reference"][pr1430]
8+
* [Update Visual C++ Build Tools URL][pr1428]
9+
* [Fix download indicator on OSes with newer ncurses package][pr1422]
10+
* [Remove components if they don't exist anymore during update][pr1419]
11+
* [Make sure rustup uses `utils::rename*` consistently][pr1389]
12+
* [Do not try to get CWD if not required][pr1379]
13+
* [Give correct error message if user tries to install an unavailable toolchain][pr1380]
14+
* [Fall back to wget if curl is not installed][pr1373]
15+
* [Added a link to all installers to the homepage][pr1370]
16+
* [Display helpful advice even with -y][pr1290]
17+
* [Use browser in BROWSER env if present for `doc` command][pr1289]
18+
* [Update shebang to reflect bashisms][pr1269]
19+
20+
[pr1453]: https://github.com/rust-lang-nursery/rustup.rs/pull/1453
21+
[pr1449]: https://github.com/rust-lang-nursery/rustup.rs/pull/1449
22+
[pr1437]: https://github.com/rust-lang-nursery/rustup.rs/pull/1437
23+
[pr1435]: https://github.com/rust-lang-nursery/rustup.rs/pull/1435
24+
[pr1430]: https://github.com/rust-lang-nursery/rustup.rs/pull/1430
25+
[pr1428]: https://github.com/rust-lang-nursery/rustup.rs/pull/1428
26+
[pr1422]: https://github.com/rust-lang-nursery/rustup.rs/pull/1422
27+
[pr1419]: https://github.com/rust-lang-nursery/rustup.rs/pull/1419
28+
[pr1389]: https://github.com/rust-lang-nursery/rustup.rs/pull/1389
29+
[pr1379]: https://github.com/rust-lang-nursery/rustup.rs/pull/1379
30+
[pr1380]: https://github.com/rust-lang-nursery/rustup.rs/pull/1380
31+
[pr1373]: https://github.com/rust-lang-nursery/rustup.rs/pull/1373
32+
[pr1370]: https://github.com/rust-lang-nursery/rustup.rs/pull/1370
33+
[pr1290]: https://github.com/rust-lang-nursery/rustup.rs/pull/1290
34+
[pr1289]: https://github.com/rust-lang-nursery/rustup.rs/pull/1289
35+
[pr1269]: https://github.com/rust-lang-nursery/rustup.rs/pull/1269
36+
37+
Contributors: Andrew Pennebaker, Who? Me?!, Matteo Bertini, mog422,
38+
Kasper Møller Andersen, Thibault Delor, Justin Worthe, TitanSnow,
39+
aimileus, Antonio Murdaca, Cyryl Płotnicki, Nick Cameron, Alex Crichton,
40+
Kornel, Stuart Dootson, Pietro Albini, Diggory Blake, Yuji Nakao,
41+
Johannes Hofmann, CrLF0710, Aaron Lee, Brian Anderson, Mateusz Mikuła,
42+
Segev Finer, Dan Aloni, Joeri van Ruth
43+
144
# 1.11.0
245

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

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 <[email protected]>" ]
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 <[email protected]>" ]
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 <[email protected]>" ]
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 <[email protected]>" ]
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)