From a65ff8cba4b0cc08ba7bad52f64bdff5452ec98c Mon Sep 17 00:00:00 2001 From: Osip Fatkullin Date: Thu, 1 Aug 2024 13:31:43 +0200 Subject: [PATCH] resultflow: 0.1.0 --- README.md | 2 +- release.sh | 2 -- resultflow/CHANGELOG.md | 4 ++++ resultflow/README.md | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b6f7798..dc9f6ed 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Gears could be used together or alone. - [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/kotlin?style=flat-square)][viewmodelevents-flow] - An implementation of ViewModelEvents via `Flow` - [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/kotlin?style=flat-square)][viewmodelevents-livedata] - An implementation of ViewModelEvents via `LiveData` -### :hourglass_flowing_sand: **[Result Flow](resultflow/)** [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/resultflow?style=flat-square)] +### :hourglass_flowing_sand: **[Result Flow](resultflow/)** ![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/resultflow?style=flat-square) A couple of extensions to convert long operations into `Flow>`. diff --git a/release.sh b/release.sh index c6e1e0f..23f9ee0 100755 --- a/release.sh +++ b/release.sh @@ -118,8 +118,6 @@ if [[ "$input" != "yes" ]]; then exit 0 fi - - # 5. Push changes, trigger release on CI, and give a link to open PR echo echo "⏳ Pushing the changes to the remote repository..." diff --git a/resultflow/CHANGELOG.md b/resultflow/CHANGELOG.md index 81199b7..4bce655 100644 --- a/resultflow/CHANGELOG.md +++ b/resultflow/CHANGELOG.md @@ -1,3 +1,7 @@ ## Unreleased +- *No changes* + +## 0.1.0 (2024-08-01) + Initial release diff --git a/resultflow/README.md b/resultflow/README.md index 8568f3b..3fafca3 100644 --- a/resultflow/README.md +++ b/resultflow/README.md @@ -27,7 +27,7 @@ repositories { } dependencies { - implementation("com.redmadrobot.gears:resultflow:") + implementation("com.redmadrobot.gears:resultflow:0.1.0") } ``` @@ -89,5 +89,5 @@ Merge requests are welcome. For major changes, open an issue first to discuss what you would like to change. -[mavenCentral]: https://search.maven.org/artifact/com.redmadrobot.gears/resultflow +[mavenCentral]: https://central.sonatype.com/artifact/com.redmadrobot.gears/resultflow [license]: ../LICENSE