From 8129c4c6feb6db7f94de144b995ea2a42aae0af5 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sun, 24 Dec 2023 20:09:07 -0800 Subject: [PATCH] v4.4.0 --- CHANGELOG.md | 12 ++++++++---- Gemfile.lock | 2 +- lib/parallel_tests/version.rb | 2 +- spec/fixtures/rails60/Gemfile.lock | 2 +- spec/fixtures/rails61/Gemfile.lock | 2 +- spec/fixtures/rails70/Gemfile.lock | 2 +- 6 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb4d63af..ad013541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 214675c7..4128ab2c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - parallel_tests (4.3.0) + parallel_tests (4.4.0) parallel GEM diff --git a/lib/parallel_tests/version.rb b/lib/parallel_tests/version.rb index e978055a..0dc75353 100644 --- a/lib/parallel_tests/version.rb +++ b/lib/parallel_tests/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module ParallelTests - VERSION = '4.3.0' + VERSION = '4.4.0' end diff --git a/spec/fixtures/rails60/Gemfile.lock b/spec/fixtures/rails60/Gemfile.lock index e00dd26e..6e6f396f 100644 --- a/spec/fixtures/rails60/Gemfile.lock +++ b/spec/fixtures/rails60/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../../.. specs: - parallel_tests (4.3.0) + parallel_tests (4.4.0) parallel GEM diff --git a/spec/fixtures/rails61/Gemfile.lock b/spec/fixtures/rails61/Gemfile.lock index 8055a9d9..ae329a26 100644 --- a/spec/fixtures/rails61/Gemfile.lock +++ b/spec/fixtures/rails61/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../../.. specs: - parallel_tests (4.3.0) + parallel_tests (4.4.0) parallel GEM diff --git a/spec/fixtures/rails70/Gemfile.lock b/spec/fixtures/rails70/Gemfile.lock index d8ab9fa7..ee391d67 100644 --- a/spec/fixtures/rails70/Gemfile.lock +++ b/spec/fixtures/rails70/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../../.. specs: - parallel_tests (4.3.0) + parallel_tests (4.4.0) parallel GEM