Skip to content

Commit

Permalink
Prepare version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Nov 6, 2024
1 parent eb0be6b commit b9878ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@

* Basic support for JUnit 5. Burst doesn't support JUnit 5 tests that populate parameters from extensions.


## [2.1.0] *(2024-11-06)*
[2.1.0]: https://github.com/cashapp/burst/releases/tag/2.1.0

**Added**

* Basic support for JUnit 5. Burst doesn't support JUnit 5 tests that populate parameters from extensions.


## [2.0.0] *(2024-10-30)*
[2.0.0]: https://github.com/cashapp/burst/releases/tag/2.0.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("app.cash.burst:burst-gradle-plugin:2.0.0")
classpath("app.cash.burst:burst-gradle-plugin:2.1.0")
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ org.gradle.jvmargs=-Xmx1024m -Dfile.encoding=UTF-8
org.gradle.parallel=true

# HEY! If you change the major version here be sure to update release.yaml doc target folder!
VERSION_NAME=2.1.0-SNAPSHOT
VERSION_NAME=2.1.0

systemProp.org.gradle.internal.http.socketTimeout=120000

0 comments on commit b9878ed

Please sign in to comment.