Skip to content

Update to 0.6.10 #384

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
# Changelog

## Dev
## v0.6.10
[v0.6.9...v0.6.10](https://github.com/rust-lang/cargo-bisect-rustc/compare/v0.6.9...v0.6.10)

### Added
- Added the `--pretend-to-be-stable` flag.
[#335](https://github.com/rust-lang/cargo-bisect-rustc/pull/335)
- Documented how to bisect an individual clippy warning.
[#368](https://github.com/rust-lang/cargo-bisect-rustc/pull/368)
- Documented another example of a hanging compilation.
[#374](https://github.com/rust-lang/cargo-bisect-rustc/pull/374)

### Changed
- Print the command that is run with `--verbose`.
[#361](https://github.com/rust-lang/cargo-bisect-rustc/pull/361)
- Updated all dependencies.
[#383](https://github.com/rust-lang/cargo-bisect-rustc/pull/383)
- Unrolled CI builds have moved from the `rust-lang-ci/rust` repository to the `rust-lang/rust` repository.
[#381](https://github.com/rust-lang/cargo-bisect-rustc/pull/381)

### Fixed
- Fixed printing of args in the final report.
[#356](https://github.com/rust-lang/cargo-bisect-rustc/pull/356)
- Fixed so that `cargo-bisect-rustc` can be run with the hyphen after `cargo` or a space.
[#362](https://github.com/rust-lang/cargo-bisect-rustc/pull/362)

## v0.6.9

Expand Down
2 changes: 1 addition & 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.9"
version = "0.6.10"
edition = "2021"

[dependencies]
Expand Down