Skip to content

Commit ed5e770

Browse files
committed
Update version to 0.6.2
1 parent ae27060 commit ed5e770

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Diff for: CHANGELOG.md

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

3+
## v0.6.2
4+
5+
### Added
6+
7+
- `--start` and `--end` now support git tags (like `1.59.0`) to bisect between stable releases.
8+
[#147](https://github.com/rust-lang/cargo-bisect-rustc/pull/147)
9+
10+
### Changed
11+
12+
- Stack overflow is now treated as an ICE.
13+
[#142](https://github.com/rust-lang/cargo-bisect-rustc/pull/142)
14+
315
## v0.6.1
416

517
### 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.1"
11+
version = "0.6.2"
1212
edition = "2018"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)