Skip to content

Commit 22b4438

Browse files
committed
🔖 release v1.3.0
## 1.3.0 * [BREAKING] `EncodeOptions.delimiter` now expects a `StringDelimiter` instead of a `String` for improved type safety * [FEAT] add Java-friendly functional interfaces and factories for encoding, decoding, and filtering
1 parent 65ad925 commit 22b4438

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.3.0
2+
3+
* [BREAKING] `EncodeOptions.delimiter` now expects a `StringDelimiter` instead of a `String` for improved type safety
4+
* [FEAT] add Java-friendly functional interfaces and factories for encoding, decoding, and filtering
5+
16
## 1.2.3
27

38
* [CHORE] improve build reproducibility and enhance publication metadata

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

0 commit comments

Comments
 (0)