Skip to content

Commit 78c1265

Browse files
authored
Merge pull request #181 from ehuss/bump-version
Update to version 0.6.4
2 parents e475d79 + d124222 commit 78c1265

File tree

5 files changed

+32
-4
lines changed

5 files changed

+32
-4
lines changed

Diff for: CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## v0.6.4
4+
5+
### Added
6+
7+
- Added the `--component` option to choose optional components to install.
8+
[#131](https://github.com/rust-lang/cargo-bisect-rustc/pull/131)
9+
- An estimate of the number of steps left to run is now displayed.
10+
[#178](https://github.com/rust-lang/cargo-bisect-rustc/pull/178)
11+
12+
### Changed
13+
14+
- Various code refactorings and dependency updates. These shouldn't have
15+
significant noticeable changes.
16+
[#151](https://github.com/rust-lang/cargo-bisect-rustc/pull/151)
17+
[#152](https://github.com/rust-lang/cargo-bisect-rustc/pull/152)
18+
[#153](https://github.com/rust-lang/cargo-bisect-rustc/pull/153)
19+
[#155](https://github.com/rust-lang/cargo-bisect-rustc/pull/155)
20+
[#156](https://github.com/rust-lang/cargo-bisect-rustc/pull/156)
21+
- The `CARGO_BUILD_TARGET` environment variable is now set with the target triple.
22+
[#159](https://github.com/rust-lang/cargo-bisect-rustc/pull/159)
23+
- The default release profile now uses stripping and LTO to significantly
24+
reduce the binary size.
25+
[#157](https://github.com/rust-lang/cargo-bisect-rustc/pull/157)
26+
- Bounds with tags like `--start=1.62.0` are now translated to a nightly date
27+
instead of a master git commit. This allows using tags from releases more
28+
than 6 months old.
29+
[#177](https://github.com/rust-lang/cargo-bisect-rustc/pull/177)
30+
331
## v0.6.3
432

533
### Fixed

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
name = "cargo-bisect-rustc"
99
readme = "README.md"
1010
repository = "https://github.com/rust-lang/cargo-bisect-rustc"
11-
version = "0.6.3"
11+
version = "0.6.4"
1212
edition = "2021"
1313

1414
[profile.release]

Diff for: tests/cmd/h.stdout

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cargo-bisect-rustc 0.6.3
1+
cargo-bisect-rustc 0.6.4
22
Bisects rustc toolchains with rustup
33

44
USAGE:

Diff for: tests/cmd/help.stdout

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cargo-bisect-rustc 0.6.3
1+
cargo-bisect-rustc 0.6.4
22
Bisects rustc toolchains with rustup
33

44
USAGE:

0 commit comments

Comments
 (0)