Skip to content

Commit cfaaa85

Browse files
committed
Update to 0.6.8
1 parent f4d1019 commit cfaaa85

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

Diff for: CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## v0.6.8
4+
5+
### Added
6+
- Added documentation for `--alt` builds.
7+
[#289](https://github.com/rust-lang/cargo-bisect-rustc/pull/289)
8+
9+
### Changed
10+
- ❗️ Changed the default access method to "github", meaning it will use the GitHub API to fetch commit information instead of using a local git clone. See the [access documentation](https://rust-lang.github.io/cargo-bisect-rustc/rust-src-repo.html) for more information.
11+
[#307](https://github.com/rust-lang/cargo-bisect-rustc/pull/307)
12+
- Updated dependencies.
13+
[#290](https://github.com/rust-lang/cargo-bisect-rustc/pull/290)
14+
[#291](https://github.com/rust-lang/cargo-bisect-rustc/pull/291)
15+
[#296](https://github.com/rust-lang/cargo-bisect-rustc/pull/296)
16+
[#302](https://github.com/rust-lang/cargo-bisect-rustc/pull/302)
17+
[#301](https://github.com/rust-lang/cargo-bisect-rustc/pull/301)
18+
[#300](https://github.com/rust-lang/cargo-bisect-rustc/pull/300)
19+
[#304](https://github.com/rust-lang/cargo-bisect-rustc/pull/304)
20+
[#305](https://github.com/rust-lang/cargo-bisect-rustc/pull/305)
21+
[#306](https://github.com/rust-lang/cargo-bisect-rustc/pull/306)
22+
[#308](https://github.com/rust-lang/cargo-bisect-rustc/pull/308)
23+
24+
## Fixed
25+
- Fixed an issue when attempting to bisect a rollup, but the perf commits have been garbage collected, to display information about the rollup so that you can see which PRs were involved.
26+
[#298](https://github.com/rust-lang/cargo-bisect-rustc/pull/298)
27+
328
## v0.6.7
429

530
### Changed

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

1414
[profile.release]

0 commit comments

Comments
 (0)