We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5216dda commit d541a85Copy full SHA for d541a85
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Releases
2
3
+### v1.3.22 (2025-11-20)
4
+
5
- **Changed:** Documentation - Update the examples with `json.dump` and `json.load` by passing additional keyword arguments.
6
- **Changed:** Documentation - Add UTF-8 headers to the Python code snippets shown.
7
- **Changed:** Enable more `ruff` rules and pass all checks.
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "py-jsonl"
-version = "1.3.21"
+version = "1.3.22"
description = "A lightweight Python library for handling jsonlines files."
readme = "README.md"
license-files = ["LICENSE"]
0 commit comments