Skip to content

Commit e8570cc

Browse files
committed
Update to 0.6.9
1 parent 3f16a92 commit e8570cc

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

Diff for: CHANGELOG.md

+33-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,39 @@
33
## v0.6.9
44

55
### 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)
739

840
## v0.6.8
941

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

1414
[dependencies]

0 commit comments

Comments
 (0)