Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avmnu-sng committed Sep 6, 2021
1 parent 4cd27b6 commit aa421c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.6.1] - 2021-09-06

### Fixed

Bug in time formatter (#24)

### Added

Environment variable to control verbose output (#25)

## [0.6.0] - 2021-09-05

### 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.6.0)
rspec-tracer (0.6.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.6.0'
VERSION = '0.6.1'
end

0 comments on commit aa421c3

Please sign in to comment.