Skip to content

Commit a919df3

Browse files
authored
Merge pull request #242 from ehuss/bump-version
Update to version 0.6.5
2 parents 089b679 + 0250be3 commit a919df3

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
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.5
4+
5+
### Changed
6+
7+
- Stack overflow on any thread (not just 'rustc') is treated as an ICE.
8+
[#194](https://github.com/rust-lang/cargo-bisect-rustc/pull/194)
9+
- Clap (the CLI argument processor) has been updated, which may result in some minor CLI output and parsing changes.
10+
[#225](https://github.com/rust-lang/cargo-bisect-rustc/pull/225)
11+
[#229](https://github.com/rust-lang/cargo-bisect-rustc/pull/229)
12+
- The check for the Rust upstream remote in the git repository has been loosened to only scan for `rust-lang/rust` so that non-https remotes like `[email protected]:rust-lang/rust.git` will work.
13+
[#235](https://github.com/rust-lang/cargo-bisect-rustc/pull/235)
14+
- The `--script` option will now look for a script in the current directory (so that it no longer requires the `./` prefix).
15+
[#236](https://github.com/rust-lang/cargo-bisect-rustc/pull/236)
16+
[#238](https://github.com/rust-lang/cargo-bisect-rustc/pull/238)
17+
- Specifying `--start` without `--end` will default the end to be the current date. Previously it would use the date of whatever nightly is currently installed.
18+
[#240](https://github.com/rust-lang/cargo-bisect-rustc/pull/240)
19+
20+
### Fixed
21+
22+
- Fixed using either `cargo bisect-rustc` (with a space) or `cargo-bisect-rustc` (with a dash).
23+
[#187](https://github.com/rust-lang/cargo-bisect-rustc/pull/187)
24+
- Show the CLI help page if no arguments are passed.
25+
[#206](https://github.com/rust-lang/cargo-bisect-rustc/pull/206)
26+
- The CLI argument validator for `--script` has been removed to allow running scripts on PATH. This also removes the `--host` validator which was not needed.
27+
[#207](https://github.com/rust-lang/cargo-bisect-rustc/pull/207)
28+
- Fixed showing the full chain of errors instead of just the top-level one.
29+
[#237](https://github.com/rust-lang/cargo-bisect-rustc/pull/237)
30+
331
## v0.6.4
432

533
### Added

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.4"
11+
version = "0.6.5"
1212
edition = "2021"
1313

1414
[profile.release]

0 commit comments

Comments
 (0)