Skip to content

Commit 18936ed

Browse files
committed
chore(publish): prepare for 0.7.3
1 parent 711f167 commit 18936ed

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

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

3-
## [Unreleased] - TODO
3+
## [0.7.3] - Oct 29, 2023
44

55
### Changed
66

77
- Update dependencies
88
- `Kotlin` to `1.9.10`.
99
- `Gradle` to `8.4`.
10-
10+
1111
- Annotate `Symbol` and `NULL_VALUE` with `@DelicateFlowExtApi`.
1212

1313
### Added
@@ -203,7 +203,8 @@
203203

204204
- Test for Publishing.
205205

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
207208
[0.7.2]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.2
208209
[0.7.1]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.1
209210
[0.7.0]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ allprojects {
7272
### Multiplatform
7373

7474
```groovy
75-
implementation("io.github.hoc081098:FlowExt:0.7.2")
75+
implementation("io.github.hoc081098:FlowExt:0.7.3")
7676
```
7777

7878
### Snapshot
@@ -90,7 +90,7 @@ allprojects {
9090
}
9191

9292
dependencies {
93-
implementation("io.github.hoc081098:FlowExt:0.7.3-SNAPSHOT")
93+
implementation("io.github.hoc081098:FlowExt:0.7.4-SNAPSHOT")
9494
}
9595
```
9696

@@ -105,7 +105,7 @@ allprojects {
105105
}
106106
107107
dependencies {
108-
implementation("io.github.hoc081098:FlowExt:0.7.3-SNAPSHOT")
108+
implementation("io.github.hoc081098:FlowExt:0.7.4-SNAPSHOT")
109109
}
110110
```
111111

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.3-SNAPSHOT
8+
VERSION_NAME=0.7.3
99

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

0 commit comments

Comments
 (0)