Skip to content

Commit 411deaa

Browse files
authored
Merge pull request #119 from camelid/release-0.6.0
Release v0.6.0
2 parents 08d2eed + cb8bcd1 commit 411deaa

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v0.6.0
4+
5+
### Added
6+
7+
- Support specifying the path to a rust-lang/rust clone at runtime with `RUST_SRC_REPO`
8+
9+
### Changed
10+
11+
- Make `--with-cargo` the default to allow bisecting past changes in rustc options. Add `--without-cargo` flag to use the old behavior.
12+
- Use an anonymous remote that always points to rust-lang/rust when refreshing repository
13+
14+
### Fixed
15+
16+
- Add nightly start and end date validations against the current date – previously would attempt to install nightly even if date was in the future
17+
- Verify that `--test-dir` is a directory instead of assuming it is and then panicking
18+
319
## v0.5.2
420

521
- Fix: revert the revised internal compiler error definition in commit a3891cdd26d1c5d35257c351c7c86fa7e72604bb

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.5.2"
11+
version = "0.6.0"
1212
edition = "2018"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)