Skip to content

Commit

Permalink
Prepare version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Oct 15, 2024
1 parent 88b74b6 commit 97926e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

## Unreleased

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

Support both class constructor parameters and test function parameters.
* Fix: Don't generate invalid bytecode by attaching a test class constructor to its enclosing file.


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

* New: Support both class constructor parameters and test function parameters.


## Version 0.1.0 *(2024-10-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 @@ -93,7 +93,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("app.cash.burst:burst-gradle-plugin:0.2.0")
classpath("app.cash.burst:burst-gradle-plugin:0.3.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.3.0

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

0 comments on commit 97926e5

Please sign in to comment.