Skip to content

Commit 055347f

Browse files
committed
Release v0.9.1
1 parent 2732c6e commit 055347f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.9.1] - 2021-09-23
2+
3+
### Fixed
4+
5+
Flaky and failed examples dependency check (#38)
6+
17
## [0.9.0] - 2021-09-15
28

39
### Added

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rspec-tracer (0.9.0)
4+
rspec-tracer (0.9.1)
55
docile (~> 1.1, >= 1.1.0)
66
rspec-core (~> 3.6, >= 3.6.0)
77

lib/rspec_tracer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RSpecTracer
4-
VERSION = '0.9.0'
4+
VERSION = '0.9.1'
55
end

rspec-tracer.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
accelerator, and coverage reporter tool for RSpec. It maintains a list of
2121
files for each test, enabling itself to skip tests in the subsequent runs
2222
if none of the dependent files are changed. It uses Ruby's built-in coverage
23-
library to keep track of the coverage for each test
23+
library to keep track of the coverage for each test.
2424
DESCRIPTION
2525
spec.license = 'MIT'
2626

0 commit comments

Comments
 (0)