Skip to content

Commit c9f15e8

Browse files
committed
v5.3.1
1 parent ba7362e commit c9f15e8

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
parallel_tests (5.3.0)
4+
parallel_tests (5.3.1)
55
parallel
66

77
GEM

lib/parallel_tests/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module ParallelTests
3-
VERSION = '5.3.0'
3+
VERSION = '5.3.1'
44
end

spec/fixtures/rails72/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../../..
33
specs:
4-
parallel_tests (5.3.0)
4+
parallel_tests (5.3.1)
55
parallel
66

77
GEM

0 commit comments

Comments
 (0)