File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-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.3 ] - Oct 29, 2023
4
4
5
5
### Changed
6
6
7
7
- Update dependencies
8
8
- ` Kotlin ` to ` 1.9.10 ` .
9
9
- ` Gradle ` to ` 8.4 ` .
10
-
10
+
11
11
- Annotate ` Symbol ` and ` NULL_VALUE ` with ` @DelicateFlowExtApi ` .
12
12
13
13
### Added
203
203
204
204
- Test for Publishing.
205
205
206
- [ Unreleased ] : https://github.com/hoc081098/FlowExt/compare/0.7.2...HEAD
206
+ [ Unreleased ] : https://github.com/hoc081098/FlowExt/compare/0.7.3...HEAD
207
+ [ 0.7.3 ] : https://github.com/hoc081098/FlowExt/releases/tag/0.7.3
207
208
[ 0.7.2 ] : https://github.com/hoc081098/FlowExt/releases/tag/0.7.2
208
209
[ 0.7.1 ] : https://github.com/hoc081098/FlowExt/releases/tag/0.7.1
209
210
[ 0.7.0 ] : https://github.com/hoc081098/FlowExt/releases/tag/0.7.0
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ allprojects {
72
72
### Multiplatform
73
73
74
74
``` groovy
75
- implementation("io.github.hoc081098:FlowExt:0.7.2 ")
75
+ implementation("io.github.hoc081098:FlowExt:0.7.3 ")
76
76
```
77
77
78
78
### Snapshot
@@ -90,7 +90,7 @@ allprojects {
90
90
}
91
91
92
92
dependencies {
93
- implementation(" io.github.hoc081098:FlowExt:0.7.3 -SNAPSHOT" )
93
+ implementation(" io.github.hoc081098:FlowExt:0.7.4 -SNAPSHOT" )
94
94
}
95
95
```
96
96
@@ -105,7 +105,7 @@ allprojects {
105
105
}
106
106
107
107
dependencies {
108
- implementation("io.github.hoc081098:FlowExt:0.7.3 -SNAPSHOT")
108
+ implementation("io.github.hoc081098:FlowExt:0.7.4 -SNAPSHOT")
109
109
}
110
110
```
111
111
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.3-SNAPSHOT
8
+ VERSION_NAME =0.7.3
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