From 4f0eda6206e5c8c91ad831cad15f03946948cfdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petrus=20Nguy=E1=BB=85n=20Th=C3=A1i=20H=E1=BB=8Dc?= Date: Thu, 30 May 2024 10:48:36 +0700 Subject: [PATCH] chore(publish): prepare for v1.0.0-RC --- CHANGELOG.md | 5 +++-- README.md | 6 +++--- gradle.properties | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 455aa339..0f537f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [1.0.0-RC] - TBD +## [1.0.0-RC] - May 30, 2024 ### Changed @@ -295,7 +295,8 @@ - Test for Publishing. -[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.8.1...HEAD +[Unreleased]: https://github.com/hoc081098/FlowExt/compare/1.0.0-RC...HEAD +[1.0.0-RC]: https://github.com/hoc081098/FlowExt/releases/tag/1.0.0-RC [0.8.1]: https://github.com/hoc081098/FlowExt/releases/tag/0.8.1 [0.8.1-Beta]: https://github.com/hoc081098/FlowExt/releases/tag/0.8.1-Beta [0.8.0]: https://github.com/hoc081098/FlowExt/releases/tag/0.8.0 diff --git a/README.md b/README.md index a08e413b..37dc23e4 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ allprojects { ### Multiplatform ```groovy -implementation("io.github.hoc081098:FlowExt:0.8.1") +implementation("io.github.hoc081098:FlowExt:1.0.0-RC") ``` ### Snapshot @@ -104,7 +104,7 @@ allprojects { } dependencies { - implementation("io.github.hoc081098:FlowExt:0.8.2-SNAPSHOT") + implementation("io.github.hoc081098:FlowExt:1.0.0-SNAPSHOT") } ``` @@ -119,7 +119,7 @@ allprojects { } dependencies { - implementation("io.github.hoc081098:FlowExt:0.8.2-SNAPSHOT") + implementation("io.github.hoc081098:FlowExt:1.0.0-SNAPSHOT") } ``` diff --git a/gradle.properties b/gradle.properties index d7f2de5f..cbcf18f5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ kotlin.js.generate.executable.default=false GROUP=io.github.hoc081098 # HEY! If you change the major version here be sure to update publish-release.yaml doc target folder! -VERSION_NAME=0.8.2-SNAPSHOT +VERSION_NAME=1.0.0-RC POM_NAME=FlowExt POM_DESCRIPTION=Kotlinx Coroutines Flow Extensions. Extensions to the Kotlin Flow library.