Skip to content

Commit

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

## Unreleased

## Version 0.4.0 *(2024-10-16)*

* New: Require JDK 1.8+.
* New: Run the first specialization when launching from the IDE.


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

* Fix: Don't generate invalid bytecode by attaching a test class constructor to its enclosing file.
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.3.0")
classpath("app.cash.burst:burst-gradle-plugin:0.4.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.4.0

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

0 comments on commit 1e63f73

Please sign in to comment.