Skip to content

Commit

Permalink
Prepare version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Sep 30, 2024
1 parent d4ca941 commit 93d372c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Change Log

## [Unreleased]
[Unreleased]: https://github.com/cashapp/redwood/compare/0.13.0...HEAD
[Unreleased]: https://github.com/cashapp/redwood/compare/0.15.0...HEAD

New:
- Nothing yet!

Changed:
- Nothing yet!

Fixed:
- Nothing yet!


## [0.15.0] - 2024-09-30
[0.15.0]: https://github.com/cashapp/redwood/releases/tag/0.15.0

New:
- 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0-SNAPSHOT"
private const val REDWOOD_VERSION = "0.15.0"

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

Expand Down

0 comments on commit 93d372c

Please sign in to comment.