Skip to content

Commit 3691237

Browse files
authored
Merge pull request #288 from ehuss/bump-version
Update to 0.6.7
2 parents 36b4293 + 8b23977 commit 3691237

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Diff for: CHANGELOG.md

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

3+
## v0.6.7
4+
5+
### Changed
6+
- Updated dependencies.
7+
[#271](https://github.com/rust-lang/cargo-bisect-rustc/pull/271)
8+
[#270](https://github.com/rust-lang/cargo-bisect-rustc/pull/270)
9+
[#273](https://github.com/rust-lang/cargo-bisect-rustc/pull/273)
10+
[#278](https://github.com/rust-lang/cargo-bisect-rustc/pull/278)
11+
[#279](https://github.com/rust-lang/cargo-bisect-rustc/pull/279)
12+
[#281](https://github.com/rust-lang/cargo-bisect-rustc/pull/281)
13+
[#285](https://github.com/rust-lang/cargo-bisect-rustc/pull/285)
14+
- 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.
15+
16+
### Fixed
17+
- Fix bisecting into rollups via unrolled perf builds
18+
[#280](https://github.com/rust-lang/cargo-bisect-rustc/pull/280)
19+
320
## v0.6.6
421

522
### Added

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

1414
[profile.release]

0 commit comments

Comments
 (0)