Skip to content

Commit

Permalink
Merge pull request #138 from ehuss/bump-version
Browse files Browse the repository at this point in the history
Update version to 0.6.1
  • Loading branch information
ehuss committed Oct 8, 2021
2 parents 34b0328 + a0b61c8 commit 51ae2d9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## v0.6.1

### Added

- Added `--with-dev` option to download rustc-dev component.
[#101](https://github.com/rust-lang/cargo-bisect-rustc/pull/101)
- Added `--timeout` option to trigger a failure if compilation takes too long.
[#135](https://github.com/rust-lang/cargo-bisect-rustc/pull/135)

### Changed
- Use the `git` CLI to fetch the `rust-lang/rust` repo when looking for CI commits to improve performance.
[#130](https://github.com/rust-lang/cargo-bisect-rustc/pull/130)

### Fixed

- Fixed off-by-one error when examining the date of the local nightly toolchain.
[#113](https://github.com/rust-lang/cargo-bisect-rustc/pull/113)
- Fixed issue with `--preserve` when linking the nightly toolchain leaving a stale link.
[#125](https://github.com/rust-lang/cargo-bisect-rustc/pull/125)

## v0.6.0

### Added
Expand Down
4 changes: 3 additions & 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.0"
version = "0.6.1"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 51ae2d9

Please sign in to comment.