Skip to content

Commit

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

## Unreleased

## Version 0.2.0 *(2024-09-10)*

Support both class constructor parameters and test function parameters.


## Version 0.1.0 *(2024-09-08)*

Initial release. We're rebooting the [Burst] project that released 1.0 ten years ago.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("app.cash.burst:burst-gradle-plugin:0.1.0")
classpath("app.cash.burst:burst-gradle-plugin:0.2.0")
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx1024m -Dfile.encoding=UTF-8
org.gradle.parallel=true

VERSION_NAME=2.0.0-SNAPSHOT
VERSION_NAME=0.2.0

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

0 comments on commit b99221d

Please sign in to comment.