Skip to content

Commit 3ae5c24

Browse files
authored
Merge pull request #269 from ehuss/bump-version
Update to version 0.6.6
2 parents 331c3ea + 808a1fa commit 3ae5c24

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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)