Skip to content

Commit 93d372c

Browse files
committed
Prepare version 0.15.0
1 parent d4ca941 commit 93d372c

File tree

2 files changed

+15
-2
lines changed

2 files changed

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

619
New:
720
- Default expressions can now be used directly in the schema rather than using the `@Default` annotation. The annotation has been deprecated, and will be removed in the next release.

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
@@ -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.15.0-SNAPSHOT"
78+
private const val REDWOOD_VERSION = "0.15.0"
7979

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

0 commit comments

Comments
 (0)