File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased ] - TODO
3
+ ## [ 0.7.4 ] - Nov 12, 2023
4
4
5
5
### Changed
6
6
13
13
14
14
### Added
15
15
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
+
17
19
- Add ` flowFromNonSuspend ` , the non-suspend version of ` flowFromSuspend ` .
18
20
19
21
## [ 0.7.3] - Oct 29, 2023
219
221
220
222
- Test for Publishing.
221
223
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
223
226
[ 0.7.3 ] : https://github.com/hoc081098/FlowExt/releases/tag/0.7.3
224
227
[ 0.7.2 ] : https://github.com/hoc081098/FlowExt/releases/tag/0.7.2
225
228
[ 0.7.1 ] : https://github.com/hoc081098/FlowExt/releases/tag/0.7.1
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ allprojects {
76
76
### Multiplatform
77
77
78
78
``` groovy
79
- implementation("io.github.hoc081098:FlowExt:0.7.3 ")
79
+ implementation("io.github.hoc081098:FlowExt:0.7.4 ")
80
80
```
81
81
82
82
### Snapshot
@@ -95,7 +95,7 @@ allprojects {
95
95
}
96
96
97
97
dependencies {
98
- implementation(" io.github.hoc081098:FlowExt:0.7.4 -SNAPSHOT" )
98
+ implementation(" io.github.hoc081098:FlowExt:0.7.5 -SNAPSHOT" )
99
99
}
100
100
```
101
101
@@ -110,7 +110,7 @@ allprojects {
110
110
}
111
111
112
112
dependencies {
113
- implementation("io.github.hoc081098:FlowExt:0.7.4 -SNAPSHOT")
113
+ implementation("io.github.hoc081098:FlowExt:0.7.5 -SNAPSHOT")
114
114
}
115
115
```
116
116
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kotlin.js.generate.executable.default=false
5
5
6
6
GROUP =io.github.hoc081098
7
7
# 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
9
9
10
10
POM_NAME =FlowExt
11
11
POM_DESCRIPTION =Kotlinx Coroutines Flow Extensions. Extensions to the Kotlin Flow library.
You can’t perform that action at this time.
0 commit comments