Skip to content

Commit 1fdc82b

Browse files
committed
🔖 release v1.2.4
## 1.2.4 * [FIX] encode booleans in lowercase to match JavaScript behavior * [CHORE] add tests for boolean encoding and decoding parity
1 parent 545a0d5 commit 1fdc82b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.2.4
2+
3+
* [FIX] encode booleans in lowercase to match JavaScript behavior
4+
* [CHORE] add tests for boolean encoding and decoding parity
5+
16
## 1.2.3
27

38
* [CHORE] add highlights section to README and docs with key features and usage notes

src/qs_codec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""
1515

1616
# Package version (PEP 440). Bump in lockstep with distribution metadata.
17-
__version__ = "1.2.3"
17+
__version__ = "1.2.4"
1818

1919
from .decode import decode, load, loads
2020
from .encode import dumps, encode

0 commit comments

Comments
 (0)