We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b63da commit e4870a1Copy full SHA for e4870a1
4 files changed
CHANGELOG.md
@@ -10,6 +10,11 @@ only add here if you are working on a PR
10
11
### Fixed
12
13
+## 5.7.0 - 2026-04-09
14
+
15
+### Changed
16
+- no longer dump schema during parallel:prepare to mirror what rails does
17
18
## 5.6.0 - 2026-02-05
19
20
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- parallel_tests (5.6.0)
+ parallel_tests (5.7.0)
5
parallel
6
7
GEM
lib/parallel_tests/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ParallelTests
- VERSION = '5.6.0'
+ VERSION = '5.7.0'
end
spec/fixtures/rails72/Gemfile.lock
remote: ../../..
0 commit comments