Skip to content

Commit 281c4d2

Browse files
committed
Bump version to 0.7.1
1 parent 2edcc28 commit 281c4d2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Breaking changes are prefixed with a "[BREAKING]" label.
44

55
## master (unreleased)
66

7+
## 0.7.1 (2021-04-08)
8+
79
- New env variable RSPECQ_REPORTER_RERUN_COMMAND_SKIP. When set, the reporter
810
does not include the flaky test's rerun command.
911

lib/rspecq/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RSpecQ
2-
VERSION = "0.7.0".freeze
2+
VERSION = "0.7.1".freeze
33
end

0 commit comments

Comments
 (0)