Skip to content

Commit

Permalink
v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Mar 25, 2024
1 parent bc79c20 commit cf8afa0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,14 +1,18 @@
# Changelog

## Unreleased
- Add `--allow-duplicates` flag to support re-running 1 spec multiple times

### Breaking Changes

### Added

### 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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
parallel_tests (4.5.2)
parallel_tests (4.6.0)
parallel

GEM
Expand Down
1 change: 1 addition & 0 deletions Readme.md
Expand Up @@ -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)<br/>
michael@grosser.it<br/>
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.5.2'
VERSION = '4.6.0'
end
2 changes: 1 addition & 1 deletion spec/fixtures/rails60/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
parallel_tests (4.5.2)
parallel_tests (4.6.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.5.2)
parallel_tests (4.6.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.5.2)
parallel_tests (4.6.0)
parallel

GEM
Expand Down

0 comments on commit cf8afa0

Please sign in to comment.