Skip to content

Commit 6f13249

Browse files
committed
chore(publish): prepare for v0.8.0
1 parent a918b09 commit 6f13249

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGELOG.md

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

3-
## [Unreleased] - TBD
3+
## [0.8.0] - Feb 24, 2024
44

55
### Changed
66

7-
- Update dependencies
7+
- Update dependencies:
88
- [KotlinX Coroutines `1.8.0`](https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.8.0).
99

1010
### Added
@@ -13,7 +13,7 @@
1313

1414
### Fixed
1515

16-
- `withLatestFrom`: fix the bug that the other Flow is not cancelled after the main Flow is completed.
16+
- `withLatestFrom`: fix a bug where the other `Flow` is not cancelled after the main `Flow` is completed.
1717

1818
## [0.7.5] - Jan 28, 2024
1919

@@ -246,7 +246,8 @@
246246

247247
- Test for Publishing.
248248

249-
[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.7.5...HEAD
249+
[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.8.0...HEAD
250+
[0.8.0]: https://github.com/hoc081098/FlowExt/releases/tag/0.8.0
250251
[0.7.5]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.5
251252
[0.7.4]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.4
252253
[0.7.3]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.3

README.md

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

7979
```groovy
80-
implementation("io.github.hoc081098:FlowExt:0.7.5")
80+
implementation("io.github.hoc081098:FlowExt:0.8.0")
8181
```
8282

8383
### Snapshot
@@ -96,7 +96,7 @@ allprojects {
9696
}
9797

9898
dependencies {
99-
implementation("io.github.hoc081098:FlowExt:0.7.6-SNAPSHOT")
99+
implementation("io.github.hoc081098:FlowExt:0.8.1-SNAPSHOT")
100100
}
101101
```
102102

@@ -111,7 +111,7 @@ allprojects {
111111
}
112112
113113
dependencies {
114-
implementation("io.github.hoc081098:FlowExt:0.7.5-SNAPSHOT")
114+
implementation("io.github.hoc081098:FlowExt:0.8.1-SNAPSHOT")
115115
}
116116
```
117117

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.6-SNAPSHOT
8+
VERSION_NAME=0.8.0
99

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

0 commit comments

Comments
 (0)