From 18936ed3f155677c2c42017c3bdcc525e7b9f1a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petrus=20Nguy=E1=BB=85n=20Th=C3=A1i=20H=E1=BB=8Dc?= Date: Sun, 29 Oct 2023 17:58:07 +0700 Subject: [PATCH] chore(publish): prepare for 0.7.3 --- CHANGELOG.md | 7 ++++--- README.md | 6 +++--- gradle.properties | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 264acca1..f2184a1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Change Log -## [Unreleased] - TODO +## [0.7.3] - Oct 29, 2023 ### Changed - Update dependencies - `Kotlin` to `1.9.10`. - `Gradle` to `8.4`. - + - Annotate `Symbol` and `NULL_VALUE` with `@DelicateFlowExtApi`. ### Added @@ -203,7 +203,8 @@ - Test for Publishing. -[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.7.2...HEAD +[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.7.3...HEAD +[0.7.3]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.3 [0.7.2]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.2 [0.7.1]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.1 [0.7.0]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.0 diff --git a/README.md b/README.md index a28d41bb..3ec051e0 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ allprojects { ### Multiplatform ```groovy -implementation("io.github.hoc081098:FlowExt:0.7.2") +implementation("io.github.hoc081098:FlowExt:0.7.3") ``` ### Snapshot @@ -90,7 +90,7 @@ allprojects { } dependencies { - implementation("io.github.hoc081098:FlowExt:0.7.3-SNAPSHOT") + implementation("io.github.hoc081098:FlowExt:0.7.4-SNAPSHOT") } ``` @@ -105,7 +105,7 @@ allprojects { } dependencies { - implementation("io.github.hoc081098:FlowExt:0.7.3-SNAPSHOT") + implementation("io.github.hoc081098:FlowExt:0.7.4-SNAPSHOT") } ``` diff --git a/gradle.properties b/gradle.properties index 526998dc..41f22f33 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.7.3-SNAPSHOT +VERSION_NAME=0.7.3 POM_NAME=FlowExt POM_DESCRIPTION=Kotlinx Coroutines Flow Extensions. Extensions to the Kotlin Flow library.