Skip to content

Commit

Permalink
chore(publish): prepare for v1.0.0-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed May 30, 2024
1 parent ac0baad commit 4f0eda6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [1.0.0-RC] - TBD
## [1.0.0-RC] - May 30, 2024

### Changed

Expand Down Expand Up @@ -295,7 +295,8 @@

- Test for Publishing.

[Unreleased]: https://github.com/hoc081098/FlowExt/compare/0.8.1...HEAD
[Unreleased]: https://github.com/hoc081098/FlowExt/compare/1.0.0-RC...HEAD
[1.0.0-RC]: https://github.com/hoc081098/FlowExt/releases/tag/1.0.0-RC
[0.8.1]: https://github.com/hoc081098/FlowExt/releases/tag/0.8.1
[0.8.1-Beta]: https://github.com/hoc081098/FlowExt/releases/tag/0.8.1-Beta
[0.8.0]: https://github.com/hoc081098/FlowExt/releases/tag/0.8.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ allprojects {
### Multiplatform

```groovy
implementation("io.github.hoc081098:FlowExt:0.8.1")
implementation("io.github.hoc081098:FlowExt:1.0.0-RC")
```

### Snapshot
Expand All @@ -104,7 +104,7 @@ allprojects {
}

dependencies {
implementation("io.github.hoc081098:FlowExt:0.8.2-SNAPSHOT")
implementation("io.github.hoc081098:FlowExt:1.0.0-SNAPSHOT")
}
```

Expand All @@ -119,7 +119,7 @@ allprojects {
}
dependencies {
implementation("io.github.hoc081098:FlowExt:0.8.2-SNAPSHOT")
implementation("io.github.hoc081098:FlowExt:1.0.0-SNAPSHOT")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin.js.generate.executable.default=false

GROUP=io.github.hoc081098
# HEY! If you change the major version here be sure to update publish-release.yaml doc target folder!
VERSION_NAME=0.8.2-SNAPSHOT
VERSION_NAME=1.0.0-RC

POM_NAME=FlowExt
POM_DESCRIPTION=Kotlinx Coroutines Flow Extensions. Extensions to the Kotlin Flow library.
Expand Down

0 comments on commit 4f0eda6

Please sign in to comment.