Skip to content

Commit

Permalink
Merge pull request rust-lang#1180 from brson/bump
Browse files Browse the repository at this point in the history
Bump
  • Loading branch information
brson authored Jun 24, 2017
2 parents e28ae3b + 6e4ca8d commit 92d0d1e
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 17 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 1.5.0

* [Rename references to multirust to rustup where applicable](https://github.com/rust-lang-nursery/rustup.rs/pull/1148)
* [Update platform support in README](https://github.com/rust-lang-nursery/rustup.rs/pull/1159)
* [Allow rustup to handle unavailable packages](https://github.com/rust-lang-nursery/rustup.rs/pull/1063)
* [Update libz-sys and curl-sys](https://github.com/rust-lang-nursery/rustup.rs/pull/1176)
* [Teach rustup to override the toolchain from a version file](https://github.com/rust-lang-nursery/rustup.rs/pull/1172)
* [Update sha2 crate](https://github.com/rust-lang-nursery/rustup.rs/pull/1162)
* [Check for unexpected cargo/rustc before install](https://github.com/rust-lang-nursery/rustup.rs/pull/705)
* [Update PATH in .bash_profile](https://github.com/rust-lang-nursery/rustup.rs/pull/1179)

Contributors: Allen Welkie, bors, Brian Anderson, Diggory Blake, Erick
Tryzelaar, Ricardo Martins, Артём Павлов [Artyom Pavlov]

# 1.4.0

* [set_file_perms: if the file is already executable, keep it executable](https://github.com/rust-lang-nursery/rustup.rs/pull/1141)
Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "rustup"
version = "1.4.0"
version = "1.5.0"
authors = [ "Diggory Blake <diggsey@googlemail.com>" ]
description = "Manage multiple rust installations with ease"

Expand Down
2 changes: 1 addition & 1 deletion src/rustup-dist/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "rustup-dist"
version = "1.4.0"
version = "1.5.0"
authors = [ "Diggory Blake <diggsey@googlemail.com>" ]
description = "Installation from a Rust distribution server"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion src/rustup-mock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "rustup-mock"
version = "1.4.0"
version = "1.5.0"
authors = [ "Diggory Blake <diggsey@googlemail.com>" ]
description = "Test mocks for rustup"

Expand Down
2 changes: 1 addition & 1 deletion src/rustup-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "rustup-utils"
version = "1.4.0"
version = "1.5.0"
authors = [ "Diggory Blake <diggsey@googlemail.com>" ]
description = "Utility functions for rustup"

Expand Down
2 changes: 1 addition & 1 deletion src/rustup-win-installer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustup-win-installer"
version = "1.4.0"
version = "1.5.0"
authors = ["Patrick Reisert"]
build = "build.rs"

Expand Down

0 comments on commit 92d0d1e

Please sign in to comment.