Skip to content

Commit

Permalink
v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Jan 3, 2025
1 parent b828377 commit 6814e4a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 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

## 4.8.0 - 2025-01-03

### Added

- add --test-file-limit option for huge windows setups that breaks command length limit

## 4.7.2 - 2024-09-09

### Fixed
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:
parallel_tests (4.7.2)
parallel_tests (4.8.0)
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 = '4.7.2'
VERSION = '4.8.0'
end
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 (4.7.2)
parallel_tests (4.8.0)
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 (4.7.2)
parallel_tests (4.8.0)
parallel

GEM
Expand Down

0 comments on commit 6814e4a

Please sign in to comment.