Skip to content

Commit

Permalink
Prepare version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Jan 23, 2025
1 parent 48481d4 commit 9d301e9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Change Log

## [Unreleased]
[Unreleased]: https://github.com/cashapp/burst/compare/2.1.0...HEAD
[Unreleased]: https://github.com/cashapp/burst/compare/2.3.0...HEAD



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

**Fixed**

* Include Burst’s generated functions in Kotlin metadata on Kotlin/Native.


## [2.2.0] *(2024-11-06)*
[2.2.0]: https://github.com/cashapp/burst/releases/tag/2.2.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.2.0")
classpath("app.cash.burst:burst-gradle-plugin:2.3.0")
}
}
```
Expand All @@ -130,7 +130,7 @@ certain versions of Kotlin.

| Kotlin | Burst |
|-----------------|---------------|
| 2.1.0 | 2.2.0 |
| 2.1.0 | 2.2.0 - 2.3.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.3.0-SNAPSHOT
VERSION_NAME=2.3.0

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

0 comments on commit 9d301e9

Please sign in to comment.