Skip to content

Commit

Permalink
v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Dec 25, 2023
1 parent 14933b0 commit 8129c4c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Expand Up @@ -2,14 +2,18 @@

## Unreleased

- Sort the output of `runtime_logger` for RSpec to show slowest tests first
- Add new `ParallelTests::RSpec::VerboseFormatter` to output detailed
information about each example as it starts and finishes.

### Breaking Changes

### Added

## 4.4.0 - 2023-12-24

### Added

- Sort the output of `runtime_logger` for RSpec to show slowest tests first
- Add new `ParallelTests::RSpec::VerboseLogger` to output detailed
information about each example and it's process as it starts and finishes.

## 4.3.0 - 2023-10-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
parallel_tests (4.3.0)
parallel_tests (4.4.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.3.0'
VERSION = '4.4.0'
end
2 changes: 1 addition & 1 deletion spec/fixtures/rails60/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
parallel_tests (4.3.0)
parallel_tests (4.4.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.3.0)
parallel_tests (4.4.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.3.0)
parallel_tests (4.4.0)
parallel

GEM
Expand Down

0 comments on commit 8129c4c

Please sign in to comment.