Skip to content

Commit 26c9b38

Browse files
committed
chore(publish): prepare for version 0.7.5
1 parent 66515ea commit 26c9b38

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

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

3-
## [Unreleased] - TBD
3+
## [0.7.5] - Jan 28, 2024
44

55
### Changed
66

@@ -231,7 +231,8 @@
231231

232232
- Test for Publishing.
233233

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
235236
[0.7.4]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.4
236237
[0.7.3]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.3
237238
[0.7.2]: https://github.com/hoc081098/FlowExt/releases/tag/0.7.2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ allprojects {
7676
### Multiplatform
7777

7878
```groovy
79-
implementation("io.github.hoc081098:FlowExt:0.7.4")
79+
implementation("io.github.hoc081098:FlowExt:0.7.5")
8080
```
8181

8282
### Snapshot
@@ -95,7 +95,7 @@ allprojects {
9595
}
9696

9797
dependencies {
98-
implementation("io.github.hoc081098:FlowExt:0.7.5-SNAPSHOT")
98+
implementation("io.github.hoc081098:FlowExt:0.7.6-SNAPSHOT")
9999
}
100100
```
101101

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.5-SNAPSHOT
8+
VERSION_NAME=0.7.5
99

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

0 commit comments

Comments
 (0)