Skip to content

Commit

Permalink
Merge pull request #309 from ehuss/bump-version
Browse files Browse the repository at this point in the history
Update to 0.6.8
  • Loading branch information
ehuss authored Jan 29, 2024
2 parents f4d1019 + cfaaa85 commit 323aa9b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## v0.6.8

### Added
- Added documentation for `--alt` builds.
[#289](https://github.com/rust-lang/cargo-bisect-rustc/pull/289)

### Changed
- ❗️ 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.
[#307](https://github.com/rust-lang/cargo-bisect-rustc/pull/307)
- Updated dependencies.
[#290](https://github.com/rust-lang/cargo-bisect-rustc/pull/290)
[#291](https://github.com/rust-lang/cargo-bisect-rustc/pull/291)
[#296](https://github.com/rust-lang/cargo-bisect-rustc/pull/296)
[#302](https://github.com/rust-lang/cargo-bisect-rustc/pull/302)
[#301](https://github.com/rust-lang/cargo-bisect-rustc/pull/301)
[#300](https://github.com/rust-lang/cargo-bisect-rustc/pull/300)
[#304](https://github.com/rust-lang/cargo-bisect-rustc/pull/304)
[#305](https://github.com/rust-lang/cargo-bisect-rustc/pull/305)
[#306](https://github.com/rust-lang/cargo-bisect-rustc/pull/306)
[#308](https://github.com/rust-lang/cargo-bisect-rustc/pull/308)

## Fixed
- 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.
[#298](https://github.com/rust-lang/cargo-bisect-rustc/pull/298)

## v0.6.7

### Changed
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.7"
version = "0.6.8"
edition = "2021"

[profile.release]
Expand Down

0 comments on commit 323aa9b

Please sign in to comment.