Skip to content

Commit 808a1fa

Browse files
committed
Update to version 0.6.6
1 parent 331c3ea commit 808a1fa

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

Diff for: CHANGELOG.md

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

3+
## v0.6.6
4+
5+
### Added
6+
7+
- 🎉 Added bisecting of rollups. This depends on the artifacts generated for rustc-perf which is only available for x86_64-unknown-linux-gnu.
8+
[#256](https://github.com/rust-lang/cargo-bisect-rustc/pull/256)
9+
- 🎉 Added a new User Guide with more detailed documentation and a set of examples illustrating different ways to use `cargo-bisect-rustc`. The guide is available at <https://rust-lang.github.io/cargo-bisect-rustc/>.
10+
[#266](https://github.com/rust-lang/cargo-bisect-rustc/pull/266)
11+
12+
### Changed
13+
14+
- Added another kind of ICE output that is auto-detected.
15+
[#261](https://github.com/rust-lang/cargo-bisect-rustc/pull/261)
16+
- Updated dependencies:
17+
- tokio [#245](https://github.com/rust-lang/cargo-bisect-rustc/pull/245) [#255](https://github.com/rust-lang/cargo-bisect-rustc/pull/255)
18+
- git2 [#246](https://github.com/rust-lang/cargo-bisect-rustc/pull/246) [#249](https://github.com/rust-lang/cargo-bisect-rustc/pull/249)
19+
- bumpalo [#250](https://github.com/rust-lang/cargo-bisect-rustc/pull/250)
20+
- pbr [#257](https://github.com/rust-lang/cargo-bisect-rustc/pull/257)
21+
- tempfile [#260](https://github.com/rust-lang/cargo-bisect-rustc/pull/260)
22+
- openssl [#267](https://github.com/rust-lang/cargo-bisect-rustc/pull/267)
23+
- chrono [#268](https://github.com/rust-lang/cargo-bisect-rustc/pull/268)
24+
25+
### Fixed
26+
27+
- Fixed bounds checking when `--start` or `--end` is not specified.
28+
[#243](https://github.com/rust-lang/cargo-bisect-rustc/pull/243)
29+
- The remote tags are now fetched from the `rust-lang/rust` repo to ensure that tag boundaries (`--start 1.65.0`) work if the tag hasn't been downloaded.
30+
[#263](https://github.com/rust-lang/cargo-bisect-rustc/pull/263)
31+
332
## v0.6.5
433

534
### 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.5"
11+
version = "0.6.6"
1212
edition = "2021"
1313

1414
[profile.release]

0 commit comments

Comments
 (0)