Skip to content

Commit 5d56145

Browse files
authored
Merge pull request #384 from ehuss/bump-version
Update to 0.6.10
2 parents c26e07a + f96f8f4 commit 5d56145

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,29 @@
11
# Changelog
22

3-
## Dev
3+
## v0.6.10
4+
[v0.6.9...v0.6.10](https://github.com/rust-lang/cargo-bisect-rustc/compare/v0.6.9...v0.6.10)
5+
6+
### Added
7+
- Added the `--pretend-to-be-stable` flag.
8+
[#335](https://github.com/rust-lang/cargo-bisect-rustc/pull/335)
9+
- Documented how to bisect an individual clippy warning.
10+
[#368](https://github.com/rust-lang/cargo-bisect-rustc/pull/368)
11+
- Documented another example of a hanging compilation.
12+
[#374](https://github.com/rust-lang/cargo-bisect-rustc/pull/374)
413

514
### Changed
15+
- Print the command that is run with `--verbose`.
16+
[#361](https://github.com/rust-lang/cargo-bisect-rustc/pull/361)
17+
- Updated all dependencies.
18+
[#383](https://github.com/rust-lang/cargo-bisect-rustc/pull/383)
619
- Unrolled CI builds have moved from the `rust-lang-ci/rust` repository to the `rust-lang/rust` repository.
20+
[#381](https://github.com/rust-lang/cargo-bisect-rustc/pull/381)
21+
22+
### Fixed
23+
- Fixed printing of args in the final report.
24+
[#356](https://github.com/rust-lang/cargo-bisect-rustc/pull/356)
25+
- Fixed so that `cargo-bisect-rustc` can be run with the hyphen after `cargo` or a space.
26+
[#362](https://github.com/rust-lang/cargo-bisect-rustc/pull/362)
727

828
## v0.6.9
929

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

1414
[dependencies]

0 commit comments

Comments
 (0)