Skip to content

Commit

Permalink
v4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Apr 3, 2024
1 parent 2ae6606 commit eb60464
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,7 +7,11 @@
### Added

### Fixed
- The `--allow-attributes` flag now runs duplicate tests in different groups

## 4.6.1 - 2024-04-03

### Fixed
- The `--allow-duplicates` flag now runs duplicate tests in different groups

## 4.6.0 - 2024-03-25

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
parallel_tests (4.6.0)
parallel_tests (4.6.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.6.0'
VERSION = '4.6.1'
end
2 changes: 1 addition & 1 deletion spec/fixtures/rails60/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
parallel_tests (4.6.0)
parallel_tests (4.6.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.6.0)
parallel_tests (4.6.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.6.0)
parallel_tests (4.6.1)
parallel

GEM
Expand Down

0 comments on commit eb60464

Please sign in to comment.