Skip to content

Commit

Permalink
v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Apr 23, 2024
1 parent 9de9782 commit b1540d8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,10 +5,14 @@
### Breaking Changes

### Added
- Added `--failure-exit-code [INT]` flag to specify a custom exit code when tests fail. This option allows users to define a specific exit code that the test suite should return if any tests fail.

### Fixed

## 4.7.0 - 2024-04-23

### Added
- Added `--failure-exit-code [INT]` flag to specify a custom exit code when tests fail. This option allows users to define a specific exit code that the test suite should return if any tests fail.

## 4.6.1 - 2024-04-03

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
parallel_tests (4.6.1)
parallel_tests (4.7.0)
parallel

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/parallel_tests/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ParallelTests
VERSION = '4.6.1'
VERSION = '4.7.0'
end
2 changes: 1 addition & 1 deletion spec/fixtures/rails60/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
parallel_tests (4.6.1)
parallel_tests (4.7.0)
parallel

GEM
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/rails61/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
parallel_tests (4.6.1)
parallel_tests (4.7.0)
parallel

GEM
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/rails70/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
parallel_tests (4.6.1)
parallel_tests (4.7.0)
parallel

GEM
Expand Down

0 comments on commit b1540d8

Please sign in to comment.