Skip to content

Commit 5bb8192

Browse files
committed
🔖 release v1.1.7
## 1.1.7 * [CHORE] optimize `decode` performance
1 parent a170490 commit 5bb8192

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.7
2+
3+
* [CHORE] optimize `decode` performance
4+
15
## 1.1.6
26

37
* [FIX] remove redundant `WeakWrapper` instances in `encode`

src/qs_codec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A query string encoding and decoding library for Python. Ported from qs_codec for JavaScript."""
22

3-
__version__ = "1.1.6"
3+
__version__ = "1.1.7"
44

55
from .decode import decode, load, loads
66
from .encode import dumps, encode

0 commit comments

Comments
 (0)