Skip to content

Commit d541a85

Browse files
committed
Release v1.3.22
1 parent 5216dda commit d541a85

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Releases
22

3+
### v1.3.22 (2025-11-20)
4+
35
- **Changed:** Documentation - Update the examples with `json.dump` and `json.load` by passing additional keyword arguments.
46
- **Changed:** Documentation - Add UTF-8 headers to the Python code snippets shown.
57
- **Changed:** Enable more `ruff` rules and pass all checks.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "py-jsonl"
3-
version = "1.3.21"
3+
version = "1.3.22"
44
description = "A lightweight Python library for handling jsonlines files."
55
readme = "README.md"
66
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)