Skip to content

Commit 3465964

Browse files
committed
🔖 release v1.2.2
## 1.2.2 * [FIX] handle unterminated group when stashing remainder in key segmentation * [CHORE] add tests for `splitKeyIntoSegments` remainder wrapping and `strictDepth` behavior
1 parent c626f15 commit 3465964

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.2.2
2+
3+
* [FIX] handle unterminated group when stashing remainder in key segmentation
4+
* [CHORE] add tests for `splitKeyIntoSegments` remainder wrapping and `strictDepth` behavior
5+
16
## 1.2.1
27

38
* [FIX] fix key decoding to treat dots consistently with values and update `DecodeOptions.decodeKey`/`DecodeOptions.decodeValue` visibility

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

0 commit comments

Comments
 (0)