diff --git a/CHANGELOG.md b/CHANGELOG.md index d43e7f6695..9e44c2b51f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # 1.12.0 +* [Add --path flag to 'rustup doc'][pr1453] +* [Add flag to "rustup show" for active-toolchain][pr1449] +* [Bring rustup.js and markup into alignment with rust-www][pr1437] * [Add caret after first installation question][pr1435] * [Add "rustup doc --reference"][pr1430] * [Update Visual C++ Build Tools URL][pr1428] @@ -14,6 +17,9 @@ * [Use browser in BROWSER env if present for `doc` command][pr1289] * [Update shebang to reflect bashisms][pr1269] +[pr1453]: https://github.com/rust-lang-nursery/rustup.rs/pull/1453 +[pr1449]: https://github.com/rust-lang-nursery/rustup.rs/pull/1449 +[pr1437]: https://github.com/rust-lang-nursery/rustup.rs/pull/1437 [pr1435]: https://github.com/rust-lang-nursery/rustup.rs/pull/1435 [pr1430]: https://github.com/rust-lang-nursery/rustup.rs/pull/1430 [pr1428]: https://github.com/rust-lang-nursery/rustup.rs/pull/1428 @@ -32,7 +38,8 @@ Contributors: Andrew Pennebaker, Who? Me?!, Matteo Bertini, mog422, Kasper Møller Andersen, Thibault Delor, Justin Worthe, TitanSnow, aimileus, Antonio Murdaca, Cyryl Płotnicki, Nick Cameron, Alex Crichton, Kornel, Stuart Dootson, Pietro Albini, Diggory Blake, Yuji Nakao, -Johannes Hofmann, CrLF0710, Aaron Lee +Johannes Hofmann, CrLF0710, Aaron Lee, Brian Anderson, Mateusz Mikuła, +Segev Finer, Dan Aloni, Joeri van Ruth # 1.11.0 diff --git a/Cargo.lock b/Cargo.lock index 3bd10beb27..257e5f8efb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -910,7 +910,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rustup" -version = "1.11.0" +version = "1.12.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "download 0.4.0", @@ -923,9 +923,9 @@ dependencies = [ "rand 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rustup-dist 1.11.0", - "rustup-mock 1.11.0", - "rustup-utils 1.11.0", + "rustup-dist 1.12.0", + "rustup-mock 1.12.0", + "rustup-utils 1.12.0", "same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)", @@ -945,7 +945,7 @@ dependencies = [ [[package]] name = "rustup-dist" -version = "1.11.0" +version = "1.12.0" dependencies = [ "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -954,8 +954,8 @@ dependencies = [ "ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rustup-mock 1.11.0", - "rustup-utils 1.11.0", + "rustup-mock 1.12.0", + "rustup-utils 1.12.0", "sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)", "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -969,7 +969,7 @@ dependencies = [ [[package]] name = "rustup-mock" -version = "1.11.0" +version = "1.12.0" dependencies = [ "flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -987,7 +987,7 @@ dependencies = [ [[package]] name = "rustup-utils" -version = "1.11.0" +version = "1.12.0" dependencies = [ "download 0.4.0", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1005,10 +1005,10 @@ dependencies = [ [[package]] name = "rustup-win-installer" -version = "1.11.0" +version = "1.12.0" dependencies = [ "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)", - "rustup 1.11.0", + "rustup 1.12.0", "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", ]