Skip to content

Commit

Permalink
Release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avmnu-sng committed Sep 23, 2021
1 parent 2732c6e commit 055347f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.9.1] - 2021-09-23

### Fixed

Flaky and failed examples dependency check (#38)

## [0.9.0] - 2021-09-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rspec-tracer (0.9.0)
rspec-tracer (0.9.1)
docile (~> 1.1, >= 1.1.0)
rspec-core (~> 3.6, >= 3.6.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/rspec_tracer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RSpecTracer
VERSION = '0.9.0'
VERSION = '0.9.1'
end
2 changes: 1 addition & 1 deletion rspec-tracer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
accelerator, and coverage reporter tool for RSpec. It maintains a list of
files for each test, enabling itself to skip tests in the subsequent runs
if none of the dependent files are changed. It uses Ruby's built-in coverage
library to keep track of the coverage for each test
library to keep track of the coverage for each test.
DESCRIPTION
spec.license = 'MIT'

Expand Down

0 comments on commit 055347f

Please sign in to comment.