Skip to content

Commit 917537c

Browse files
committed
release(kotest-common-enums): v0.1.1
1 parent 0143b44 commit 917537c

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

androidx/common/kotest-common-enums/CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,23 @@ for API usage.
1313

1414
---
1515

16+
<a name="0.1.1"></a>
17+
18+
## 0.1.1 (21 Aug 2025)
19+
20+
* [Maven Central](https://central.sonatype.com/artifact/io.github.edricchan03.androidx.common/kotest-common-enums/0.1.1)
21+
* [GitHub release](https://github.com/EdricChan03/androidx-ktx-extras/releases/tag/[email protected])
22+
23+
This is version [0.1.0](#0.1.0) but with fixed publishing.
24+
25+
> [!warning]
26+
> Note that this module is built with Kotlin 2.0.0+ and may require
27+
> the [K2 compiler](https://kotlinlang.org/docs/k2-compiler-migration-guide.html).
28+
1629
<a name="0.1.0"></a>
1730

1831
## 0.1.0 (29 May 2024)
1932

20-
* [Maven Central](https://central.sonatype.com/artifact/io.github.edricchan03.androidx.common/kotest-common-enums/0.1.0)
21-
* [GitHub release](https://github.com/EdricChan03/androidx-ktx-extras/releases/tag/[email protected])
22-
2333
This is the initial release of this artifact, which provides common utilities for testing
2434
code that
2535
uses [`EnumFromValue`](https://edricchan03.github.io/androidx-ktx-extras/androidx/common/common-enums/io.github.edricchan03.androidx.common.enums/-enum-from-value/index.html)

androidx/common/kotest-common-enums/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
androidxKtx {
77
mavenCoordinates {
8-
version = "0.1.0"
8+
version = "0.1.1"
99
}
1010

1111
name = "androidx-ktx-extras-kotest-common-enums"

0 commit comments

Comments
 (0)