Skip to content

Commit d230cd3

Browse files
committed
chore(publish): prepare for v0.5.0
1 parent 808dd19 commit d230cd3

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## [Unreleased] - TBD
44

5-
- TDB
5+
- TBD
66

7-
## [0.5.0] - Jul 22, 2024
7+
## [0.5.0] - Aug 17, 2024
88

99
### Update dependencies
1010

@@ -184,7 +184,9 @@ Share everything including data, domain, presentation, and UI.
184184
- [KotlinX Coroutines `1.7.3`](https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.7.3).
185185
- [KotlinX Collections Immutable `0.3.7`](https://github.com/Kotlin/kotlinx.collections.immutable/releases/tag/v0.3.7).
186186

187-
[Unreleased]: https://github.com/hoc081098/solivagant/compare/0.4.0...HEAD
187+
[Unreleased]: https://github.com/hoc081098/solivagant/compare/0.5.0...HEAD
188+
189+
[0.5.0]: https://github.com/hoc081098/solivagant/releases/tag/0.5.0
188190

189191
[0.4.0]: https://github.com/hoc081098/solivagant/releases/tag/0.4.0
190192

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ allprojects {
9797
```
9898

9999
```kotlin
100-
implementation("io.github.hoc081098:solivagant-navigation:0.4.0")
100+
implementation("io.github.hoc081098:solivagant-navigation:0.5.0")
101101
```
102102

103103
### Snapshot
@@ -114,7 +114,7 @@ allprojects {
114114
}
115115

116116
dependencies {
117-
implementation("io.github.hoc081098:solivagant-navigation:0.4.1-SNAPSHOT")
117+
implementation("io.github.hoc081098:solivagant-navigation:0.5.1-SNAPSHOT")
118118
}
119119
```
120120

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ kotlin.incremental=true
2525
# POM
2626
GROUP=io.github.hoc081098
2727
# HEY! If you change the major version here be sure to update publish-release.yaml doc target folder!
28-
VERSION_NAME=0.4.1-SNAPSHOT
28+
VERSION_NAME=0.5.0
2929
POM_INCEPTION_YEAR=2024
3030

3131
POM_URL=https://github.com/hoc081098/solivagant

0 commit comments

Comments
 (0)