Skip to content

Commit

Permalink
resultflow: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Aug 1, 2024
1 parent 593e857 commit a65ff8c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<Result<T>>`.

Expand Down
2 changes: 0 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down
4 changes: 4 additions & 0 deletions resultflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

- *No changes*

## 0.1.0 (2024-08-01)

Initial release
4 changes: 2 additions & 2 deletions resultflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
}

dependencies {
implementation("com.redmadrobot.gears:resultflow:<version>")
implementation("com.redmadrobot.gears:resultflow:0.1.0")
}
```

Expand Down Expand Up @@ -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

0 comments on commit a65ff8c

Please sign in to comment.