Skip to content

Commit

Permalink
Prepare version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Jan 24, 2025
1 parent 843b2c4 commit 5e2ae92
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@



## [2.4.0] *(2025-01-24)*
[2.4.0]: https://github.com/cashapp/burst/releases/tag/2.4.0

**Fixed**

* Don't fail the compile when a `@Burst` class is subclassed. We had a bug where overridden tests were incorrectly being processed by Burst.


## [2.3.0] *(2025-01-22)*
[2.3.0]: https://github.com/cashapp/burst/releases/tag/2.3.0

Expand Down
4 changes: 2 additions & 2 deletions 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.3.0")
classpath("app.cash.burst:burst-gradle-plugin:2.4.0")
}
}
```
Expand All @@ -130,7 +130,7 @@ certain versions of Kotlin.

| Kotlin | Burst |
|-----------------|---------------|
| 2.1.0 | 2.2.0 - 2.3.0 |
| 2.1.0 | 2.2.0 - 2.4.0 |
| 2.0.20 - 2.0.21 | 0.1.0 - 2.1.0 |

Kotlin versions newer than those listed may be supported but have not been tested.
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.4.0-SNAPSHOT
VERSION_NAME=2.4.0

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

0 comments on commit 5e2ae92

Please sign in to comment.