File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ only add here if you are working on a PR
1010
1111### Fixed
1212
13- - The ` --multiply-processes ` option was being parsed into ` options[:multiply-processes] ` but was being referenced as ` options[:multiply] ` in the code
13+ ## 5.3.1 - 2025-07-23
14+
15+ ### Fixed
16+ - The ` --multiply-processes ` option was being parsed into ` options[:multiply-processes] ` but was being referenced as ` options[:multiply] ` in the code
1417
1518## 5.3.0 - 2025-05-30
1619
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- parallel_tests (5.3.0 )
4+ parallel_tests (5.3.1 )
55 parallel
66
77GEM
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module ParallelTests
3- VERSION = '5.3.0 '
3+ VERSION = '5.3.1 '
44end
Original file line number Diff line number Diff line change 11PATH
22 remote: ../../..
33 specs:
4- parallel_tests (5.3.0 )
4+ parallel_tests (5.3.1 )
55 parallel
66
77GEM
You can’t perform that action at this time.
0 commit comments