Skip to content

Commit

Permalink
v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Feb 17, 2024
1 parent dba1b49 commit 24f150c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,14 @@

### Added

### Fixed

## 4.5.1 - 2024-02-16

### Fixed

Rails 5.2 and gherkin fixes

## 4.5.0 - 2024-02-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
parallel_tests (4.5.0)
parallel_tests (4.5.1)
parallel

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

GEM
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/rails61/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
parallel_tests (4.5.0)
parallel_tests (4.5.1)
parallel

GEM
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/rails70/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
parallel_tests (4.5.0)
parallel_tests (4.5.1)
parallel

GEM
Expand Down

0 comments on commit 24f150c

Please sign in to comment.