File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,10 +8,13 @@ only add here if you are working on a PR
88
99### Added
1010
11- - Rake tasks will prioritize the ` PARALLEL_RAILS_ENV ` value over the default ` test ` environment
12-
1311### Fixed
1412
13+ ## 5.4.0 - 2025-08-01
14+
15+ ### Added
16+ - Rake tasks will prioritize the ` PARALLEL_RAILS_ENV ` value over the default ` test ` environment
17+
1518## 5.3.1 - 2025-07-23
1619
1720### Fixed
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- parallel_tests (5.3.1 )
4+ parallel_tests (5.4.0 )
55 parallel
66
77GEM
Original file line number Diff line number Diff line change @@ -475,6 +475,7 @@ inspired by [pivotal labs](https://blog.pivotal.io/labs/labs/parallelize-your-rs
475475 - [ hatsu] ( https://github.com/hatsu38 )
476476 - [ Mark Huk] ( https://github.com/vimutter )
477477 - [ Johannes Vetter] ( https://github.com/johvet )
478+ - [ Michel Filipe] ( https://github.com/mfilipe )
478479
479480[ Michael Grosser] ( http://grosser.it ) <br />
480481michael@grosser.it <br />
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module ParallelTests
3- VERSION = '5.3.1 '
3+ VERSION = '5.4.0 '
44end
Original file line number Diff line number Diff line change 11PATH
22 remote: ../../..
33 specs:
4- parallel_tests (5.3.1 )
4+ parallel_tests (5.4.0 )
55 parallel
66
77GEM
You can’t perform that action at this time.
0 commit comments