Skip to content

Commit

Permalink
🔖 release v0.1.3
Browse files Browse the repository at this point in the history
## 0.1.3

* [CHORE] update README.md
* [CHORE] add comparison test between output of qs_codec and [qs](https://www.npmjs.com/package/qs)
  • Loading branch information
techouse committed Apr 27, 2024
1 parent 5077e6e commit 0e65dc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.3

* [CHORE] update README.md
* [CHORE] add comparison test between output of qs_codec and [qs](https://www.npmjs.com/package/qs)

## 0.1.2

* [CHORE] minor improvements
Expand Down
2 changes: 1 addition & 1 deletion src/qs_codec/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A query string encoding and decoding library for Python. Ported from qs_codec for JavaScript."""

__version__ = "0.1.2"
__version__ = "0.1.3"

from .decode import decode
from .encode import encode
Expand Down

0 comments on commit 0e65dc6

Please sign in to comment.