File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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 )
4
13
5
14
### 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 )
6
19
- 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 )
7
27
8
28
## v0.6.9
9
29
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
8
8
name = " cargo-bisect-rustc"
9
9
readme = " README.md"
10
10
repository = " https://github.com/rust-lang/cargo-bisect-rustc"
11
- version = " 0.6.9 "
11
+ version = " 0.6.10 "
12
12
edition = " 2021"
13
13
14
14
[dependencies ]
You can’t perform that action at this time.
0 commit comments