File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## v0.3.0
4
+
5
+ - Transition to Rustlang edition 2018
6
+ - Add test stage that can process output to decide outcome based on more subtle predicate than just ` exit_status.success() `
7
+ - Add support for optional ` --regress=ice ` regression testing definition (default is ` --regress=error ` )
8
+ - Add support for optional ` --regress=success ` regression testing definition (default is ` --regress=error ` )
9
+ - Add support for optional ` --regress=non-error ` regression testing definition (default is ` --regress=error ` )
10
+ - Update the ` remove ` function to use an explicit ` bisector ` string at the beginning of the path name
11
+ - Update the ` remove ` function to guard against deleting state not managed by ` cargo-bisect-rustc `
12
+ - Edit short and long help strings to fit on a single line
13
+ - Fix: support reuse of an already installed nightly, previously we would unconditionally fail the run
14
+
15
+ ## v0.2.1
16
+
17
+ - Fix: refactor date bounds to assume that start date equals end date at the beginning of testing with ` --end ` option only
18
+
19
+ ## v0.2.0
20
+
21
+ - Add automated regression report generation at the end of the test runs
22
+ - Add validation of date bounds
23
+ - Updated dependencies to avoid yanked dependency versions
24
+ - Improve documentation: Add documentation on how to list bors' commits for bisections to a PR
25
+ - Improve documentation: Update tutorial
26
+
27
+ ## v0.1.0
28
+
29
+ - initial release
You can’t perform that action at this time.
0 commit comments