|
3 | 3 | ## v0.6.9
|
4 | 4 |
|
5 | 5 | ### Added
|
6 |
| -- Flags `--term-old` and `--term-new` to allow custom messages when bisecting a regression. |
| 6 | +- Added flags `--term-old` and `--term-new` to allow custom messages when bisecting a regression. |
| 7 | + [#330](https://github.com/rust-lang/cargo-bisect-rustc/pull/330) |
| 8 | + [#339](https://github.com/rust-lang/cargo-bisect-rustc/pull/339) |
| 9 | + |
| 10 | + |
| 11 | +### Changed |
| 12 | +- Updated dependencies. |
| 13 | + [#314](https://github.com/rust-lang/cargo-bisect-rustc/pull/314) |
| 14 | + [#313](https://github.com/rust-lang/cargo-bisect-rustc/pull/313) |
| 15 | + [#315](https://github.com/rust-lang/cargo-bisect-rustc/pull/315) |
| 16 | + [#319](https://github.com/rust-lang/cargo-bisect-rustc/pull/319) |
| 17 | + [#326](https://github.com/rust-lang/cargo-bisect-rustc/pull/326) |
| 18 | + [#327](https://github.com/rust-lang/cargo-bisect-rustc/pull/327) |
| 19 | + [#329](https://github.com/rust-lang/cargo-bisect-rustc/pull/329) |
| 20 | + [#340](https://github.com/rust-lang/cargo-bisect-rustc/pull/340) |
| 21 | +- No longer defaults to cross-compile mode when `--target` is not specified. This more closely matches `cargo`'s behavior, which can affect reproducability. |
| 22 | + [#323](https://github.com/rust-lang/cargo-bisect-rustc/pull/323) |
| 23 | +- Removed LTO and stripping of building `cargo-bisect-rustc` itself. |
| 24 | + [#334](https://github.com/rust-lang/cargo-bisect-rustc/pull/334) |
| 25 | + |
| 26 | +### Fixed |
| 27 | +- Don't assume the date before the regressed nightly is the good nightly if there are missing nightlies. |
| 28 | + [#320](https://github.com/rust-lang/cargo-bisect-rustc/pull/320) |
| 29 | +- Fixed building `cargo-bisect-rustc` itself to avoid unnecessary build-script rebuilds. |
| 30 | + [#324](https://github.com/rust-lang/cargo-bisect-rustc/pull/324) |
| 31 | +- Fixed doc-change example documentation. |
| 32 | + [#336](https://github.com/rust-lang/cargo-bisect-rustc/pull/336) |
| 33 | +- Replaced a panic with an error message if a given SHA commit is not from bors using the GitHub backend. |
| 34 | + [#318](https://github.com/rust-lang/cargo-bisect-rustc/pull/318) |
| 35 | +- Fixed determination of what the latest nightly is when `--end` is not specified, and it is past UTC midnight, but the release process has not yet finished. |
| 36 | + [#325](https://github.com/rust-lang/cargo-bisect-rustc/pull/325) |
| 37 | +- Fixed panic with `--by-commit` but no `--start`. |
| 38 | + [#325](https://github.com/rust-lang/cargo-bisect-rustc/pull/325) |
7 | 39 |
|
8 | 40 | ## v0.6.8
|
9 | 41 |
|
|
0 commit comments