Skip to content

Commit ddc1751

Browse files
authored
Merge pull request #70 from chrissimpkins/v0.4.0-release
v0.4.0 release updates
2 parents 1b1c144 + cacdc54 commit ddc1751

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.4.0
4+
5+
- Add support for GitHub API queries for Rust commit history
6+
- Add support for `--regress=non-ice` regression definition
7+
- Add support for `--script` arguments
8+
- Fix duplicated start date range pulls/checks
9+
- Reformat standard stream reporting
10+
311
## v0.3.0
412

513
- Transition to Rustlang edition 2018

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.3.0"
11+
version = "0.4.0"
1212
edition = "2018"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)