File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
build-support/src/main/kotlin/app/cash/redwood/buildsupport Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
33## [ Unreleased]
4- [ Unreleased ] : https://github.com/cashapp/redwood/compare/0.9.0...HEAD
4+ [ Unreleased ] : https://github.com/cashapp/redwood/compare/0.10.0...HEAD
5+
6+ New:
7+ - Nothing yet!
8+
9+ Changed:
10+ - Nothing yet!
11+
12+ Fixed:
13+ - Nothing yet!
14+
15+
16+ ## [ 0.10.0] - 2024-04-05
17+ [ 0.10.0 ] : https://github.com/cashapp/redwood/releases/tag/0.10.0
518
619New:
720- Compose UI implementation for ` Box ` .
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ certain versions of Kotlin.
159159
160160| Kotlin | Redwood |
161161| --------| ---------------|
162+ | 1.9.23 | 0.10.0 |
162163| 1.9.22 | 0.8.0 - 0.9.0 |
163164| 1.9.10 | 0.7.0 |
164165| 1.9.0 | 0.6.0 |
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
5555private const val REDWOOD_GROUP_ID = " app.cash.redwood"
5656
5757// HEY! If you change the major version update release.yaml doc folder.
58- private const val REDWOOD_VERSION = " 0.10.0-SNAPSHOT "
58+ private const val REDWOOD_VERSION = " 0.10.0"
5959
6060@Suppress(" unused" ) // Invoked reflectively by Gradle.
6161class RedwoodBuildPlugin : Plugin <Project > {
You can’t perform that action at this time.
0 commit comments