Skip to content

Commit

Permalink
chore(publish): prepare for v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Mar 9, 2024
1 parent 9ac8448 commit 7db94d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased] - TBD

## [0.2.2] - Mar 9, 2024

### Fixed

- `NavHost`: handle the host `LifecycleOwner` properly to avoid memory leaks (#61).

## [0.2.1] - Mar 8, 2024

### Fixed
Expand Down Expand Up @@ -108,7 +114,9 @@
- [KotlinX Coroutines `1.7.3`](https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.7.3).
- [KotlinX Collections Immutable `0.3.7`](https://github.com/Kotlin/kotlinx.collections.immutable/releases/tag/v0.3.7).

[Unreleased]: https://github.com/hoc081098/solivagant/compare/0.2.1...HEAD
[Unreleased]: https://github.com/hoc081098/solivagant/compare/0.2.2...HEAD

[0.2.2]: https://github.com/hoc081098/solivagant/releases/tag/0.2.2

[0.2.1]: https://github.com/hoc081098/solivagant/releases/tag/0.2.1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ allprojects {
```

```kotlin
implementation("io.github.hoc081098:solivagant-navigation:0.2.1")
implementation("io.github.hoc081098:solivagant-navigation:0.2.2")
```

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kotlin.incremental=true
# POM
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.2.2-SNAPSHOT
VERSION_NAME=0.2.2
POM_INCEPTION_YEAR=2024

POM_URL=https://github.com/hoc081098/solivagant
Expand Down

0 comments on commit 7db94d4

Please sign in to comment.