Commit ba8b0c7 1 parent 1f4da8d commit ba8b0c7 Copy full SHA for ba8b0c7
File tree 2 files changed +15
-2
lines changed
build-support/src/main/kotlin/app/cash/redwood/buildsupport
2 files changed +15
-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.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
5
18
6
19
New:
7
20
- Redwood publishes what's happening in bound content through the new ` Content.State ` type.
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
75
75
private const val REDWOOD_GROUP_ID = " app.cash.redwood"
76
76
77
77
// 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"
79
79
80
80
private val isCiEnvironment = System .getenv(" CI" ) == " true"
81
81
You can’t perform that action at this time.
0 commit comments