Skip to content

Commit 554ea39

Browse files
committed
🔖 release v1.1.4
## 1.1.4 * [CHORE] update readme for clarity around RFC 3986 and RFC 1738 space encoding
1 parent d8bc2fe commit 554ea39

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 1.1.4
2+
3+
* [CHORE] update readme for clarity around RFC 3986 and RFC 1738 space encoding
4+
15
## 1.1.3
26

3-
* [FIX] list with indexes always get parsed into dict ([#19](https://github.com/techouse/qs_codec/pull/19))
7+
* [FIX] fix list with indices always getting parsed into a dict ([#19](https://github.com/techouse/qs_codec/pull/19))
48

59
## 1.1.2
610

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.3"
3+
__version__ = "1.1.4"
44

55
from .decode import decode
66
from .encode import encode

0 commit comments

Comments
 (0)