We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb9460 commit 2246287Copy full SHA for 2246287
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.12.1] - 2024-10-02
11
+
12
+### Fixed
13
+- Fix a bug where a root fragment is not being displayed after we call resetCurrentTab by @MertNYuksel in #57
14
15
## [0.12.0] - 2024-06-27
16
17
### Added
medusalib/build.gradle
@@ -43,7 +43,7 @@ android {
43
44
ext {
45
PUBLISH_GROUP_ID = 'com.trendyol'
46
- PUBLISH_VERSION = '0.12.0'
+ PUBLISH_VERSION = '0.12.1'
47
PUBLISH_ARTIFACT_ID = 'medusa'
48
PUBLISH_DESCRIPTION = "Android Fragment Stack Controller"
49
PUBLISH_URL = "https://github.com/Trendyol/medusa"
0 commit comments