File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
7
7
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
+
8
16
## [ 2.3.0] * (2025-01-22)*
9
17
[ 2.3.0 ] : https://github.com/cashapp/burst/releases/tag/2.3.0
10
18
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ buildscript {
109
109
mavenCentral()
110
110
}
111
111
dependencies {
112
- classpath(" app.cash.burst:burst-gradle-plugin:2.3 .0" )
112
+ classpath(" app.cash.burst:burst-gradle-plugin:2.4 .0" )
113
113
}
114
114
}
115
115
```
@@ -130,7 +130,7 @@ certain versions of Kotlin.
130
130
131
131
| Kotlin | Burst |
132
132
| -----------------| ---------------|
133
- | 2.1.0 | 2.2.0 - 2.3 .0 |
133
+ | 2.1.0 | 2.2.0 - 2.4 .0 |
134
134
| 2.0.20 - 2.0.21 | 0.1.0 - 2.1.0 |
135
135
136
136
Kotlin versions newer than those listed may be supported but have not been tested.
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ org.gradle.jvmargs=-Xmx1024m -Dfile.encoding=UTF-8
3
3
org.gradle.parallel =true
4
4
5
5
# 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
7
7
8
8
systemProp.org.gradle.internal.http.socketTimeout =120000
You can’t perform that action at this time.
0 commit comments