Skip to content

Commit 30cd91e

Browse files
committed
🔖 release v1.5.1
1 parent bed1b90 commit 30cd91e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.5.1-dev
1+
## 1.5.1
22

33
* [FEAT] add `DecodeOptions.strict_merge` for Node `qs` 6.15 `strictMerge` parity
44
* [FIX] align `decode` `list_limit` semantics with Node `qs` `arrayLimit` as a maximum element count

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.5.0"
17+
__version__ = "1.5.1"
1818

1919
# Public API surface re-exported at the package root.
2020
__all__ = [

0 commit comments

Comments
 (0)