Skip to content

Commit

Permalink
Prepare version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Oct 17, 2024
1 parent 2cbee3e commit 5d0bcc5
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.5.0 *(2024-10-17)*

* Fix: Apply specializations for Kotlin/JS and Kotlin/Native. We had bugs that caused our compiler
plug-in to skip non-JVM platforms.


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

* New: Require JDK 1.8+.
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.4.0")
classpath("app.cash.burst:burst-gradle-plugin:0.5.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.5.0

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

0 comments on commit 5d0bcc5

Please sign in to comment.