We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed1b90 commit 30cd91eCopy full SHA for 30cd91e
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 1.5.1-dev
+## 1.5.1
2
3
* [FEAT] add `DecodeOptions.strict_merge` for Node `qs` 6.15 `strictMerge` parity
4
* [FIX] align `decode` `list_limit` semantics with Node `qs` `arrayLimit` as a maximum element count
src/qs_codec/__init__.py
@@ -14,7 +14,7 @@
14
"""
15
16
# Package version (PEP 440). Bump in lockstep with distribution metadata.
17
-__version__ = "1.5.0"
+__version__ = "1.5.1"
18
19
# Public API surface re-exported at the package root.
20
__all__ = [
0 commit comments