Skip to content

Commit

Permalink
v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Sep 12, 2022
1 parent e956ebf commit 6059df4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

### Fixed

## v3.12.1 - 2022-09-12

### Fixed

- `--quiet` no longer prints 'Using recorded test runtime'

## v3.12.0 - 2022-08-30

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
parallel_tests (3.12.0)
parallel_tests (3.12.1)
parallel

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/parallel_tests/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ParallelTests
VERSION = '3.12.0'
VERSION = '3.12.1'
end
2 changes: 1 addition & 1 deletion spec/fixtures/rails60/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
parallel_tests (3.12.0)
parallel_tests (3.12.1)
parallel

GEM
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/rails61/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
parallel_tests (3.12.0)
parallel_tests (3.12.1)
parallel

GEM
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/rails70/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
parallel_tests (3.12.0)
parallel_tests (3.12.1)
parallel

GEM
Expand Down

0 comments on commit 6059df4

Please sign in to comment.