From 7db94d456aee2816a41f129afba6c7207070449d Mon Sep 17 00:00:00 2001 From: "hoc081098@gmail.com" Date: Sat, 9 Mar 2024 17:11:40 +0700 Subject: [PATCH] chore(publish): prepare for v0.2.2 --- CHANGELOG.md | 10 +++++++++- README.md | 2 +- gradle.properties | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9cd8ad..4222839c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index ee7f0d09..deea7902 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gradle.properties b/gradle.properties index 0a32afbb..ceae9188 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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