File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased ] - TBD
3
+ ## [ 0.7.5 ] - Jan 28, 2024
4
4
5
5
### Changed
6
6
231
231
232
232
- Test for Publishing.
233
233
234
- [ Unreleased ] : https://github.com/hoc081098/FlowExt/compare/0.7.4...HEAD
234
+ [ Unreleased ] : https://github.com/hoc081098/FlowExt/compare/0.7.5...HEAD
235
+ [ 0.7.5 ] : https://github.com/hoc081098/FlowExt/releases/tag/0.7.5
235
236
[ 0.7.4 ] : https://github.com/hoc081098/FlowExt/releases/tag/0.7.4
236
237
[ 0.7.3 ] : https://github.com/hoc081098/FlowExt/releases/tag/0.7.3
237
238
[ 0.7.2 ] : https://github.com/hoc081098/FlowExt/releases/tag/0.7.2
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.4 ")
79
+ implementation("io.github.hoc081098:FlowExt:0.7.5 ")
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.5 -SNAPSHOT" )
98
+ implementation(" io.github.hoc081098:FlowExt:0.7.6 -SNAPSHOT" )
99
99
}
100
100
```
101
101
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.5-SNAPSHOT
8
+ VERSION_NAME =0.7.5
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