Skip to content

Commit

Permalink
Merge pull request #181 from ehuss/bump-version
Browse files Browse the repository at this point in the history
Update to version 0.6.4
  • Loading branch information
ehuss committed Jul 29, 2022
2 parents e475d79 + d124222 commit 78c1265
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## v0.6.4

### Added

- Added the `--component` option to choose optional components to install.
[#131](https://github.com/rust-lang/cargo-bisect-rustc/pull/131)
- An estimate of the number of steps left to run is now displayed.
[#178](https://github.com/rust-lang/cargo-bisect-rustc/pull/178)

### Changed

- Various code refactorings and dependency updates. These shouldn't have
significant noticeable changes.
[#151](https://github.com/rust-lang/cargo-bisect-rustc/pull/151)
[#152](https://github.com/rust-lang/cargo-bisect-rustc/pull/152)
[#153](https://github.com/rust-lang/cargo-bisect-rustc/pull/153)
[#155](https://github.com/rust-lang/cargo-bisect-rustc/pull/155)
[#156](https://github.com/rust-lang/cargo-bisect-rustc/pull/156)
- The `CARGO_BUILD_TARGET` environment variable is now set with the target triple.
[#159](https://github.com/rust-lang/cargo-bisect-rustc/pull/159)
- The default release profile now uses stripping and LTO to significantly
reduce the binary size.
[#157](https://github.com/rust-lang/cargo-bisect-rustc/pull/157)
- Bounds with tags like `--start=1.62.0` are now translated to a nightly date
instead of a master git commit. This allows using tags from releases more
than 6 months old.
[#177](https://github.com/rust-lang/cargo-bisect-rustc/pull/177)

## v0.6.3

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "cargo-bisect-rustc"
readme = "README.md"
repository = "https://github.com/rust-lang/cargo-bisect-rustc"
version = "0.6.3"
version = "0.6.4"
edition = "2021"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion tests/cmd/h.stdout
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cargo-bisect-rustc 0.6.3
cargo-bisect-rustc 0.6.4
Bisects rustc toolchains with rustup

USAGE:
Expand Down
2 changes: 1 addition & 1 deletion tests/cmd/help.stdout
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cargo-bisect-rustc 0.6.3
cargo-bisect-rustc 0.6.4
Bisects rustc toolchains with rustup

USAGE:
Expand Down

0 comments on commit 78c1265

Please sign in to comment.