Bump version to 0.7.1

This commit is contained in:
John Fragoulis 2021-04-08 13:03:57 +03:00
parent 2edcc280e5
commit 281c4d2a51
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -1,3 +1,3 @@
module RSpecQ module RSpecQ
VERSION = "0.7.0".freeze VERSION = "0.7.1".freeze
end end