Skip to content

Commit 2c97ebe

Browse files
committed
v5.4.0
1 parent 3422238 commit 2c97ebe

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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.1)
4+
parallel_tests (5.4.0)
55
parallel
66

77
GEM

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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/>
480481
michael@grosser.it<br/>

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.1'
3+
VERSION = '5.4.0'
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.1)
4+
parallel_tests (5.4.0)
55
parallel
66

77
GEM

0 commit comments

Comments
 (0)