Skip to content

Commit 708f676

Browse files
committed
🔖 release v1.0.4
## 1.0.4 * [FEAT] add `@JvmOverloads` annotation to decoder and encoder functions for improved Java interoperability
1 parent b013a23 commit 708f676

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.4
2+
3+
* [FEAT] add `@JvmOverloads` annotation to decoder and encoder functions for improved Java interoperability
4+
15
## 1.0.3
26

37
* [FEAT] add `@JvmStatic` to `QS.encode` and `QS.decode` methods to enable Java-friendly static calls

build.gradle.kts

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

99
allprojects {
1010
group = "io.github.techouse"
11-
version = "1.0.3"
11+
version = "1.0.4"
1212
repositories {
1313
google()
1414
mavenCentral()

0 commit comments

Comments
 (0)