Skip to content

Commit

Permalink
Prepare version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Aug 29, 2024
1 parent 10ae978 commit a254798
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
## [Unreleased]
[Unreleased]: https://github.com/cashapp/redwood/compare/0.13.0...HEAD

New:
- Nothing yet!

Changed:
- Nothing yet!

Fixed:
- Nothing yet!


## [0.14.0] - 2024-08-29
[0.14.0]: https://github.com/cashapp/redwood/releases/tag/0.14.0

New:
- Source-based schema parser is now the default. The `useFir` Gradle property has been removed.
- `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.
Expand All @@ -22,6 +35,10 @@ Fixed:
Breaking:
- The `TreehouseApp.spec` property is removed. Most callers should be able to use `TreehouseApp.name` instead. This is necessary to avoid a retain cycle.

Upgraded:
- Kotlin 2.0.20
- Zipline 1.17.0


## [0.13.0] - 2024-07-25
[0.13.0]: https://github.com/cashapp/redwood/releases/tag/0.13.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
private const val REDWOOD_GROUP_ID = "app.cash.redwood"

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

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

Expand Down

0 comments on commit a254798

Please sign in to comment.