diff --git a/CHANGELOG.md b/CHANGELOG.md index 11b7d724..612ed0fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,6 @@ # Changelog ## Unreleased -- Restored the `--verbose-process-command` and `--verbose-rerun-command` options, removed in version 4.0.0. -See [#952](https://github.com/grosser/parallel_tests/pull/952). -`--verbose-command` continues to be supported and is equivalent to set the 2 options above. ### Breaking Changes @@ -11,6 +8,14 @@ See [#952](https://github.com/grosser/parallel_tests/pull/952). ### Fixed +## 4.8.0 - 2024-04-25 + +### Added + +- Restored the `--verbose-process-command` and `--verbose-rerun-command` options, removed in version 4.0.0. +See [#952](https://github.com/grosser/parallel_tests/pull/952). +`--verbose-command` continues to be supported and is equivalent to set the 2 options above. + ## 4.7.0 - 2024-04-23 ### Added diff --git a/Gemfile.lock b/Gemfile.lock index b09e8635..aad5ddcd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - parallel_tests (4.7.0) + parallel_tests (4.7.1) parallel GEM diff --git a/lib/parallel_tests/version.rb b/lib/parallel_tests/version.rb index 3ea6ed3f..1b71711d 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.7.0' + VERSION = '4.7.1' end diff --git a/spec/fixtures/rails60/Gemfile.lock b/spec/fixtures/rails60/Gemfile.lock index a45cfe91..4a0dd5f0 100644 --- a/spec/fixtures/rails60/Gemfile.lock +++ b/spec/fixtures/rails60/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../../.. specs: - parallel_tests (4.7.0) + parallel_tests (4.7.1) parallel GEM diff --git a/spec/fixtures/rails61/Gemfile.lock b/spec/fixtures/rails61/Gemfile.lock index aa2c0f88..2b885534 100644 --- a/spec/fixtures/rails61/Gemfile.lock +++ b/spec/fixtures/rails61/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../../.. specs: - parallel_tests (4.7.0) + parallel_tests (4.7.1) parallel GEM diff --git a/spec/fixtures/rails70/Gemfile.lock b/spec/fixtures/rails70/Gemfile.lock index abdf2ba4..b3fac474 100644 --- a/spec/fixtures/rails70/Gemfile.lock +++ b/spec/fixtures/rails70/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../../.. specs: - parallel_tests (4.7.0) + parallel_tests (4.7.1) parallel GEM