We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43825f9 commit 0a1c9d7Copy full SHA for 0a1c9d7
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [0.9.3] - 2021-10-03
2
+
3
+Generate reports ignoring duplicate examples (#42)
4
5
## [0.9.2] - 2021-09-30
6
7
### Fixed
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rspec-tracer (0.9.2)
+ rspec-tracer (0.9.3)
docile (~> 1.1, >= 1.1.0)
rspec-core (~> 3.6, >= 3.6.0)
lib/rspec_tracer/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RSpecTracer
- VERSION = '0.9.2'
+ VERSION = '0.9.3'
end
0 commit comments