Skip to content

Commit ba8b0c7

Browse files
committed
Prepare version 0.16.0
1 parent 1f4da8d commit ba8b0c7

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+14-1
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.15.0...HEAD
4+
[Unreleased]: https://github.com/cashapp/redwood/compare/0.16.0...HEAD
5+
6+
New:
7+
- Nothing yet!
8+
9+
Changed:
10+
- Nothing yet!
11+
12+
Fixed:
13+
- Nothing yet!
14+
15+
16+
## [0.16.0] - 2024-11-19
17+
[0.16.0]: https://github.com/cashapp/redwood/releases/tag/0.16.0
518

619
New:
720
- Redwood publishes what's happening in bound content through the new `Content.State` type.

build-support/src/main/kotlin/app/cash/redwood/buildsupport/RedwoodBuildPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
7575
private const val REDWOOD_GROUP_ID = "app.cash.redwood"
7676

7777
// HEY! If you change the major version update release.yaml doc folder.
78-
private const val REDWOOD_VERSION = "0.16.0-SNAPSHOT"
78+
private const val REDWOOD_VERSION = "0.16.0"
7979

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

0 commit comments

Comments
 (0)