Skip to content

Commit 138ac1f

Browse files
committed
Release v0.6.2
1 parent 030bce6 commit 138ac1f

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.6.2] - 2021-09-07
2+
3+
### Added
4+
5+
Improvements towards reducing dependency and coverage processing time (#26)
6+
17
## [0.6.1] - 2021-09-06
28

39
### Fixed

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.6.1)
4+
rspec-tracer (0.6.2)
55
docile (~> 1.1, >= 1.1.0)
66
rspec-core (~> 3.6, >= 3.6.0)
77

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ integrating the gem into your project to better understand what is happening.
7171

7272
Add this line to your `Gemfile` and `bundle install`:
7373
```ruby
74-
gem 'rspec-tracer', group: :test, require: false
74+
gem 'rspec-tracer', '~> 0.6', group: :test, require: false
7575
```
7676

7777
And, add the followings to your `.gitignore`:

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.6.1'
4+
VERSION = '0.6.2'
55
end

0 commit comments

Comments
 (0)