Skip to content

Commit

Permalink
chore(publish): prepare for 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Nov 12, 2023
1 parent 12355ce commit 06612cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased] - TODO
## [0.7.4] - Nov 12, 2023

### Changed

Expand All @@ -13,7 +13,9 @@

### Added

- Add `Flow.plus` operator, it is an alias to `concatWith` operator.
- Add `Flow.plus` operator, it is an alias to `concatWith` operator
(thanks to [@hoangchungk53qx1](https://github.com/hoangchungk53qx1)).

- Add `flowFromNonSuspend`, the non-suspend version of `flowFromSuspend`.

## [0.7.3] - Oct 29, 2023
Expand Down Expand Up @@ -219,7 +221,8 @@

- Test for Publishing.

[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.7.3...HEAD
[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.7.4...HEAD
[0.7.4]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.4
[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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ allprojects {
### Multiplatform

```groovy
implementation("io.github.hoc081098:FlowExt:0.7.3")
implementation("io.github.hoc081098:FlowExt:0.7.4")
```

### Snapshot
Expand All @@ -95,7 +95,7 @@ allprojects {
}

dependencies {
implementation("io.github.hoc081098:FlowExt:0.7.4-SNAPSHOT")
implementation("io.github.hoc081098:FlowExt:0.7.5-SNAPSHOT")
}
```

Expand All @@ -110,7 +110,7 @@ allprojects {
}
dependencies {
implementation("io.github.hoc081098:FlowExt:0.7.4-SNAPSHOT")
implementation("io.github.hoc081098:FlowExt:0.7.5-SNAPSHOT")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.4-SNAPSHOT
VERSION_NAME=0.7.4

POM_NAME=FlowExt
POM_DESCRIPTION=Kotlinx Coroutines Flow Extensions. Extensions to the Kotlin Flow library.
Expand Down

0 comments on commit 06612cb

Please sign in to comment.