Skip to content

Commit

Permalink
Release 2.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcg committed Jul 12, 2021
1 parent 7c1e185 commit 8d1ba7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

allprojects {
group = "dev.minutest"
version = "2.0.0-rc3"
version = "2.0.0-rc4"

repositories {
mavenCentral()
Expand Down
4 changes: 4 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

I still have to go through Slack posts to find older details, but in the meantime

## 2.0.0-rc4

Add parent fixture as receiver to block in given_

## 2.0.0-rc3

Speed up test finding in the Minutest engine when running tests from a single class
Expand Down

0 comments on commit 8d1ba7c

Please sign in to comment.