From cf8afa00af14373d2592f1d49c79899ebcf91adb Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Mon, 25 Mar 2024 10:54:53 -0700 Subject: [PATCH] v4.6.0 --- CHANGELOG.md | 6 +++++- Gemfile.lock | 2 +- Readme.md | 1 + lib/parallel_tests/version.rb | 2 +- spec/fixtures/rails60/Gemfile.lock | 2 +- spec/fixtures/rails61/Gemfile.lock | 2 +- spec/fixtures/rails70/Gemfile.lock | 2 +- 7 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ddf502..c04cbec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # Changelog ## Unreleased -- Add `--allow-duplicates` flag to support re-running 1 spec multiple times ### Breaking Changes @@ -9,6 +8,11 @@ ### Fixed +## 4.6.0 - 2024-03-25 + +## Added +- Add `--allow-duplicates` flag to support re-running 1 spec multiple times + ## 4.5.2 - 2024-02-16 ### Fixed diff --git a/Gemfile.lock b/Gemfile.lock index 93b0843f..dd62d908 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - parallel_tests (4.5.2) + parallel_tests (4.6.0) parallel GEM diff --git a/Readme.md b/Readme.md index 54fec5ec..0528e694 100644 --- a/Readme.md +++ b/Readme.md @@ -439,6 +439,7 @@ inspired by [pivotal labs](https://blog.pivotal.io/labs/labs/parallelize-your-rs - [Eric Kessler](https://github.com/enkessler) - [Adis Osmonov](https://github.com/adis-io) - [Josh Westbrook](https://github.com/joshwestbrook) + - [Jay Dorsey](https://github.com/jaydorsey) [Michael Grosser](http://grosser.it)
michael@grosser.it
diff --git a/lib/parallel_tests/version.rb b/lib/parallel_tests/version.rb index 3aac8cec..8d9877a0 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.5.2' + VERSION = '4.6.0' end diff --git a/spec/fixtures/rails60/Gemfile.lock b/spec/fixtures/rails60/Gemfile.lock index 67cf182f..3c013706 100644 --- a/spec/fixtures/rails60/Gemfile.lock +++ b/spec/fixtures/rails60/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../../.. specs: - parallel_tests (4.5.2) + parallel_tests (4.6.0) parallel GEM diff --git a/spec/fixtures/rails61/Gemfile.lock b/spec/fixtures/rails61/Gemfile.lock index 846b2b35..467e723b 100644 --- a/spec/fixtures/rails61/Gemfile.lock +++ b/spec/fixtures/rails61/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../../.. specs: - parallel_tests (4.5.2) + parallel_tests (4.6.0) parallel GEM diff --git a/spec/fixtures/rails70/Gemfile.lock b/spec/fixtures/rails70/Gemfile.lock index a6cc7b60..d99c5452 100644 --- a/spec/fixtures/rails70/Gemfile.lock +++ b/spec/fixtures/rails70/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../../.. specs: - parallel_tests (4.5.2) + parallel_tests (4.6.0) parallel GEM