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 1
1
# Change Log
2
2
3
3
## [ 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
5
18
6
19
New:
7
20
- Compose UI implementation for ` Box ` .
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ certain versions of Kotlin.
159
159
160
160
| Kotlin | Redwood |
161
161
| --------| ---------------|
162
+ | 1.9.23 | 0.10.0 |
162
163
| 1.9.22 | 0.8.0 - 0.9.0 |
163
164
| 1.9.10 | 0.7.0 |
164
165
| 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
55
55
private const val REDWOOD_GROUP_ID = " app.cash.redwood"
56
56
57
57
// 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"
59
59
60
60
@Suppress(" unused" ) // Invoked reflectively by Gradle.
61
61
class RedwoodBuildPlugin : Plugin <Project > {
You can’t perform that action at this time.
0 commit comments