Skip to content

Commit 51ae2d9

Browse files
authored
Merge pull request #138 from ehuss/bump-version
Update version to 0.6.1
2 parents 34b0328 + a0b61c8 commit 51ae2d9

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

Diff for: CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## v0.6.1
4+
5+
### Added
6+
7+
- Added `--with-dev` option to download rustc-dev component.
8+
[#101](https://github.com/rust-lang/cargo-bisect-rustc/pull/101)
9+
- Added `--timeout` option to trigger a failure if compilation takes too long.
10+
[#135](https://github.com/rust-lang/cargo-bisect-rustc/pull/135)
11+
12+
### Changed
13+
- Use the `git` CLI to fetch the `rust-lang/rust` repo when looking for CI commits to improve performance.
14+
[#130](https://github.com/rust-lang/cargo-bisect-rustc/pull/130)
15+
16+
### Fixed
17+
18+
- Fixed off-by-one error when examining the date of the local nightly toolchain.
19+
[#113](https://github.com/rust-lang/cargo-bisect-rustc/pull/113)
20+
- Fixed issue with `--preserve` when linking the nightly toolchain leaving a stale link.
21+
[#125](https://github.com/rust-lang/cargo-bisect-rustc/pull/125)
22+
323
## v0.6.0
424

525
### Added

Diff for: Cargo.lock

+3-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.0"
11+
version = "0.6.1"
1212
edition = "2018"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)