Skip to content

Commit 92eac2f

Browse files
committed
Merge pull request #337 from brson/bump
Bump to 0.1.7. Add CHANGELOG.md
2 parents e2fa634 + d7a6001 commit 92eac2f

File tree

6 files changed

+54
-41
lines changed

6 files changed

+54
-41
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# 0.1.7
2+
3+
* [Fix overrides for C:\](https://github.com/rust-lang-nursery/rustup.rs/pull/317).
4+
* [Remove 'multirust' binary and rename crates](https://github.com/rust-lang-nursery/rustup.rs/pull/312).
5+
* [Pass rustup-setup.sh arguments to rustup-setup](https://github.com/rust-lang-nursery/rustup.rs/pull/325).
6+
* [Don't open /dev/tty if passed -y](https://github.com/rust-lang-nursery/rustup.rs/pull/334).
7+
* [Add interactive install, `--default-toolchain` argument](https://github.com/rust-lang-nursery/rustup.rs/pull/293).
8+
* [Rename rustup-setup to rustu-init](https://github.com/rust-lang-nursery/rustup.rs/pull/303).

Cargo.lock

+42-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustup"
4-
version = "0.1.6"
4+
version = "0.1.7"
55
authors = [ "Diggory Blake <diggsey@googlemail.com>" ]
66
description = "multirust in rust - manage multiple rust installations with ease"
77

src/rustup-dist/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

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

src/rustup-mock/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

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

src/rustup-utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rustup-utils"
4-
version = "0.1.6"
4+
version = "0.1.7"
55
authors = [ "Diggory Blake <diggsey@googlemail.com>" ]
66
description = "multirust in rust - manage multiple rust installations with ease"
77

0 commit comments

Comments
 (0)