Skip to content

Commit 06612cb

Browse files
committed
chore(publish): prepare for 0.7.4
1 parent 12355ce commit 06612cb

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased] - TODO
3+
## [0.7.4] - Nov 12, 2023
44

55
### Changed
66

@@ -13,7 +13,9 @@
1313

1414
### Added
1515

16-
- Add `Flow.plus` operator, it is an alias to `concatWith` operator.
16+
- Add `Flow.plus` operator, it is an alias to `concatWith` operator
17+
(thanks to [@hoangchungk53qx1](https://github.com/hoangchungk53qx1)).
18+
1719
- Add `flowFromNonSuspend`, the non-suspend version of `flowFromSuspend`.
1820

1921
## [0.7.3] - Oct 29, 2023
@@ -219,7 +221,8 @@
219221

220222
- Test for Publishing.
221223

222-
[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.7.3...HEAD
224+
[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.7.4...HEAD
225+
[0.7.4]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.4
223226
[0.7.3]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.3
224227
[0.7.2]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.2
225228
[0.7.1]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.1

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ allprojects {
7676
### Multiplatform
7777

7878
```groovy
79-
implementation("io.github.hoc081098:FlowExt:0.7.3")
79+
implementation("io.github.hoc081098:FlowExt:0.7.4")
8080
```
8181

8282
### Snapshot
@@ -95,7 +95,7 @@ allprojects {
9595
}
9696

9797
dependencies {
98-
implementation("io.github.hoc081098:FlowExt:0.7.4-SNAPSHOT")
98+
implementation("io.github.hoc081098:FlowExt:0.7.5-SNAPSHOT")
9999
}
100100
```
101101

@@ -110,7 +110,7 @@ allprojects {
110110
}
111111
112112
dependencies {
113-
implementation("io.github.hoc081098:FlowExt:0.7.4-SNAPSHOT")
113+
implementation("io.github.hoc081098:FlowExt:0.7.5-SNAPSHOT")
114114
}
115115
```
116116

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.js.generate.executable.default=false
55

66
GROUP=io.github.hoc081098
77
# HEY! If you change the major version here be sure to update publish-release.yaml doc target folder!
8-
VERSION_NAME=0.7.4-SNAPSHOT
8+
VERSION_NAME=0.7.4
99

1010
POM_NAME=FlowExt
1111
POM_DESCRIPTION=Kotlinx Coroutines Flow Extensions. Extensions to the Kotlin Flow library.

0 commit comments

Comments
 (0)