Skip to content

Commit

Permalink
Merge pull request #288 from ehuss/bump-version
Browse files Browse the repository at this point in the history
Update to 0.6.7
  • Loading branch information
ehuss authored Aug 17, 2023
2 parents 36b4293 + 8b23977 commit 3691237
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v0.6.7

### Changed
- Updated dependencies.
[#271](https://github.com/rust-lang/cargo-bisect-rustc/pull/271)
[#270](https://github.com/rust-lang/cargo-bisect-rustc/pull/270)
[#273](https://github.com/rust-lang/cargo-bisect-rustc/pull/273)
[#278](https://github.com/rust-lang/cargo-bisect-rustc/pull/278)
[#279](https://github.com/rust-lang/cargo-bisect-rustc/pull/279)
[#281](https://github.com/rust-lang/cargo-bisect-rustc/pull/281)
[#285](https://github.com/rust-lang/cargo-bisect-rustc/pull/285)
- CI artifacts are now downloaded from https://ci-artifacts.rust-lang.org instead of https://s3-us-west-1.amazonaws.com/rust-lang-ci2 which should help with performance.

### Fixed
- Fix bisecting into rollups via unrolled perf builds
[#280](https://github.com/rust-lang/cargo-bisect-rustc/pull/280)

## v0.6.6

### Added
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.6"
version = "0.6.7"
edition = "2021"

[profile.release]
Expand Down

0 comments on commit 3691237

Please sign in to comment.