Skip to content

Commit a254798

Browse files
committed
Prepare version 0.14.0
1 parent 10ae978 commit a254798

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
## [Unreleased]
44
[Unreleased]: https://github.com/cashapp/redwood/compare/0.13.0...HEAD
55

6+
New:
7+
- Nothing yet!
8+
9+
Changed:
10+
- Nothing yet!
11+
12+
Fixed:
13+
- Nothing yet!
14+
15+
16+
## [0.14.0] - 2024-08-29
17+
[0.14.0]: https://github.com/cashapp/redwood/releases/tag/0.14.0
18+
619
New:
720
- Source-based schema parser is now the default. The `useFir` Gradle property has been removed.
821
- `TreehouseAppFactory` accepts a `LeakDetector` which can be used to notify you of reference leaks for native UI nodes, Zipline instances, Redwood's own internal wrappers, and more.
@@ -22,6 +35,10 @@ Fixed:
2235
Breaking:
2336
- The `TreehouseApp.spec` property is removed. Most callers should be able to use `TreehouseApp.name` instead. This is necessary to avoid a retain cycle.
2437

38+
Upgraded:
39+
- Kotlin 2.0.20
40+
- Zipline 1.17.0
41+
2542

2643
## [0.13.0] - 2024-07-25
2744
[0.13.0]: https://github.com/cashapp/redwood/releases/tag/0.13.0

build-support/src/main/kotlin/app/cash/redwood/buildsupport/RedwoodBuildPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
7474
private const val REDWOOD_GROUP_ID = "app.cash.redwood"
7575

7676
// HEY! If you change the major version update release.yaml doc folder.
77-
private const val REDWOOD_VERSION = "0.14.0-SNAPSHOT"
77+
private const val REDWOOD_VERSION = "0.14.0"
7878

7979
private val isCiEnvironment = System.getenv("CI") == "true"
8080

0 commit comments

Comments
 (0)