Skip to content

Commit 5e2ae92

Browse files
committed
Prepare version 2.4.0
1 parent 843b2c4 commit 5e2ae92

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66

77

8+
## [2.4.0] *(2025-01-24)*
9+
[2.4.0]: https://github.com/cashapp/burst/releases/tag/2.4.0
10+
11+
**Fixed**
12+
13+
* Don't fail the compile when a `@Burst` class is subclassed. We had a bug where overridden tests were incorrectly being processed by Burst.
14+
15+
816
## [2.3.0] *(2025-01-22)*
917
[2.3.0]: https://github.com/cashapp/burst/releases/tag/2.3.0
1018

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ buildscript {
109109
mavenCentral()
110110
}
111111
dependencies {
112-
classpath("app.cash.burst:burst-gradle-plugin:2.3.0")
112+
classpath("app.cash.burst:burst-gradle-plugin:2.4.0")
113113
}
114114
}
115115
```
@@ -130,7 +130,7 @@ certain versions of Kotlin.
130130

131131
| Kotlin | Burst |
132132
|-----------------|---------------|
133-
| 2.1.0 | 2.2.0 - 2.3.0 |
133+
| 2.1.0 | 2.2.0 - 2.4.0 |
134134
| 2.0.20 - 2.0.21 | 0.1.0 - 2.1.0 |
135135

136136
Kotlin versions newer than those listed may be supported but have not been tested.

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ org.gradle.jvmargs=-Xmx1024m -Dfile.encoding=UTF-8
33
org.gradle.parallel=true
44

55
# HEY! If you change the major version here be sure to update release.yaml doc target folder!
6-
VERSION_NAME=2.4.0-SNAPSHOT
6+
VERSION_NAME=2.4.0
77

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

0 commit comments

Comments
 (0)