Skip to content

Commit

Permalink
Merge pull request #148 from ehuss/bump-version
Browse files Browse the repository at this point in the history
Update version to 0.6.2
  • Loading branch information
ehuss committed Apr 1, 2022
2 parents ae27060 + ed5e770 commit 47d736a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.6.2

### Added

- `--start` and `--end` now support git tags (like `1.59.0`) to bisect between stable releases.
[#147](https://github.com/rust-lang/cargo-bisect-rustc/pull/147)

### Changed

- Stack overflow is now treated as an ICE.
[#142](https://github.com/rust-lang/cargo-bisect-rustc/pull/142)

## v0.6.1

### 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.1"
version = "0.6.2"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 47d736a

Please sign in to comment.