Skip to content

Commit b8fe5d0

Browse files
committed
v3.11.0
1 parent e6e1129 commit b8fe5d0

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44

55
### Breaking Changes
66

7-
- Raise a custom `RuntimeLogTooSmallError` exception when the runtime log is too
8-
small instead of a generic `RuntimeError`.
9-
107
### Added
118

129
### Fixed
1310

11+
## 3.11.0 - 2022-05-27
12+
13+
### Changed
14+
15+
- Raise a custom `RuntimeLogTooSmallError` exception when the runtime log is too
16+
small instead of a generic `RuntimeError`.
17+
1418
## 3.10.1 - 2022-05-23
1519

1620
### Fixed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: .
1212
specs:
13-
parallel_tests (3.10.1)
13+
parallel_tests (3.11.0)
1414
parallel
1515

1616
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 = '3.10.1'
3+
VERSION = '3.11.0'
44
end

spec/fixtures/rails60/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 (3.10.1)
4+
parallel_tests (3.11.0)
55
parallel
66

77
GEM

spec/fixtures/rails61/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 (3.10.1)
4+
parallel_tests (3.11.0)
55
parallel
66

77
GEM

spec/fixtures/rails70/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 (3.10.1)
4+
parallel_tests (3.11.0)
55
parallel
66

77
GEM

0 commit comments

Comments
 (0)