From ba8b0c70caf03f86f6273c41e89aa4fee2cb0096 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Tue, 19 Nov 2024 12:11:16 -0500 Subject: [PATCH 1/2] Prepare version 0.16.0 --- CHANGELOG.md | 15 ++++++++++++++- .../redwood/buildsupport/RedwoodBuildPlugin.kt | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7743cb2c55..55f95ef256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,20 @@ # Change Log ## [Unreleased] -[Unreleased]: https://github.com/cashapp/redwood/compare/0.15.0...HEAD +[Unreleased]: https://github.com/cashapp/redwood/compare/0.16.0...HEAD + +New: +- Nothing yet! + +Changed: +- Nothing yet! + +Fixed: +- Nothing yet! + + +## [0.16.0] - 2024-11-19 +[0.16.0]: https://github.com/cashapp/redwood/releases/tag/0.16.0 New: - Redwood publishes what's happening in bound content through the new `Content.State` type. diff --git a/build-support/src/main/kotlin/app/cash/redwood/buildsupport/RedwoodBuildPlugin.kt b/build-support/src/main/kotlin/app/cash/redwood/buildsupport/RedwoodBuildPlugin.kt index af1c5f9818..91321dc2c8 100644 --- a/build-support/src/main/kotlin/app/cash/redwood/buildsupport/RedwoodBuildPlugin.kt +++ b/build-support/src/main/kotlin/app/cash/redwood/buildsupport/RedwoodBuildPlugin.kt @@ -75,7 +75,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.16.0-SNAPSHOT" +private const val REDWOOD_VERSION = "0.16.0" private val isCiEnvironment = System.getenv("CI") == "true" From 75d3fa3fc5ae50212e8634ebb258ca84e4feba18 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Tue, 19 Nov 2024 12:11:50 -0500 Subject: [PATCH 2/2] Prepare next development version --- .../kotlin/app/cash/redwood/buildsupport/RedwoodBuildPlugin.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-support/src/main/kotlin/app/cash/redwood/buildsupport/RedwoodBuildPlugin.kt b/build-support/src/main/kotlin/app/cash/redwood/buildsupport/RedwoodBuildPlugin.kt index 91321dc2c8..e3836c752f 100644 --- a/build-support/src/main/kotlin/app/cash/redwood/buildsupport/RedwoodBuildPlugin.kt +++ b/build-support/src/main/kotlin/app/cash/redwood/buildsupport/RedwoodBuildPlugin.kt @@ -75,7 +75,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.16.0" +private const val REDWOOD_VERSION = "0.17.0-SNAPSHOT" private val isCiEnvironment = System.getenv("CI") == "true"