Skip to content

Commit 0b432ac

Browse files
committed
🔖 release v1.1.0
## 1.1.0 * [CHORE] replace `QS` with top-level `encode` and `decode` functions for improved clarity * [CHORE] refactor to use internal `Utils`, `Encoder` and `Decoder` for improved structure
1 parent bbb7071 commit 0b432ac

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.1.0
2+
3+
* [CHORE] replace `QS` with top-level `encode` and `decode` functions for improved clarity
4+
* [CHORE] refactor to use internal `Utils`, `Encoder` and `Decoder` for improved structure
5+
16
## 1.0.4
27

38
* [FEAT] add `@JvmOverloads` annotation to decoder and encoder functions for improved Java interoperability

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.4"
11+
version = "1.1.0"
1212
repositories {
1313
google()
1414
mavenCentral()

0 commit comments

Comments
 (0)