From 25ac5d0c0215cfae3a9fa3c54fa107629c88a43e Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Wed, 16 Oct 2024 10:10:45 -0400 Subject: [PATCH 1/2] Prepare version 1.2.0 --- CHANGELOG.md | 13 +++++++++++-- README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f053ed8..0065815e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,23 @@ # Change Log ## [Unreleased] -[Unreleased]: https://github.com/cashapp/turbine/compare/1.1.0...HEAD +[Unreleased]: https://github.com/cashapp/turbine/compare/1.2.0...HEAD ### Added -- Add `wasmWasi` target. +- Nothing yet! ### Changed +- Nothing yet! ### Fixed +- Nothing yet! + + +## [1.2.0] - 2024-10-16 +[1.2.0]: https://github.com/cashapp/turbine/releases/tag/1.2.0 + +### Added +- Add `wasmWasi` target. ## [1.1.0] - 2024-03-06 diff --git a/README.md b/README.md index 331586f4..17c7983b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ repositories { mavenCentral() } dependencies { - testImplementation("app.cash.turbine:turbine:1.1.0") + testImplementation("app.cash.turbine:turbine:1.2.0") } ``` @@ -37,7 +37,7 @@ repositories { } } dependencies { - testImplementation("app.cash.turbine:turbine:1.2.0-SNAPSHOT") + testImplementation("app.cash.turbine:turbine:1.3.0-SNAPSHOT") } ``` diff --git a/gradle.properties b/gradle.properties index 54a54317..1c39a1a9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ GROUP=app.cash.turbine POM_ARTIFACT_ID=turbine # HEY! If you change the major version here be sure to update release.yaml doc target folder! -VERSION_NAME=1.2.0-SNAPSHOT +VERSION_NAME=1.2.0 SONATYPE_AUTOMATIC_RELEASE=true SONATYPE_HOST=DEFAULT From 7bcfb3db2b468fc394fd5d9d9959f78725af4b7e Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Wed, 16 Oct 2024 10:11:06 -0400 Subject: [PATCH 2/2] Prepare next development version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1c39a1a9..c7a9d9c6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ GROUP=app.cash.turbine POM_ARTIFACT_ID=turbine # HEY! If you change the major version here be sure to update release.yaml doc target folder! -VERSION_NAME=1.2.0 +VERSION_NAME=1.3.0-SNAPSHOT SONATYPE_AUTOMATIC_RELEASE=true SONATYPE_HOST=DEFAULT