Skip to content

Commit af82a87

Browse files
committed
🔖 release v1.2.2
## 1.2.2 * [CHORE] update pyproject.toml with improved metadata, optional dev dependencies, and wheel build config * [CHORE] add project logo to README and documentation
1 parent 73e5bba commit af82a87

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.2
2+
3+
* [CHORE] update pyproject.toml with improved metadata, optional dev dependencies, and wheel build config
4+
* [CHORE] add project logo to README and documentation
5+
16
## 1.2.1
27

38
* [FIX] fix top-level dot splitting in keys to preserve encoded dots and handle degenerate cases

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.1"
17+
__version__ = "1.2.2"
1818

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

0 commit comments

Comments
 (0)