Bump version to 0.7.1
This commit is contained in:
parent
2edcc280e5
commit
281c4d2a51
|
@ -4,6 +4,8 @@ Breaking changes are prefixed with a "[BREAKING]" label.
|
||||||
|
|
||||||
## master (unreleased)
|
## master (unreleased)
|
||||||
|
|
||||||
|
## 0.7.1 (2021-04-08)
|
||||||
|
|
||||||
- New env variable RSPECQ_REPORTER_RERUN_COMMAND_SKIP. When set, the reporter
|
- New env variable RSPECQ_REPORTER_RERUN_COMMAND_SKIP. When set, the reporter
|
||||||
does not include the flaky test's rerun command.
|
does not include the flaky test's rerun command.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module RSpecQ
|
module RSpecQ
|
||||||
VERSION = "0.7.0".freeze
|
VERSION = "0.7.1".freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue