Skip to content

Commit 532f79b

Browse files
committed
Prepare version 0.10.0
1 parent 67ba864 commit 532f79b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
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

619
New:
720
- Compose UI implementation for `Box`.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 |

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
@@ -55,7 +55,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
5555
private 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.
6161
class RedwoodBuildPlugin : Plugin<Project> {

0 commit comments

Comments
 (0)