Skip to content

Commit 9f35c62

Browse files
committed
Release v1.3.26
1 parent f04177d commit 9f35c62

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

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.26 (2026-04-28)
4+
35
- **Added:* More tests to cover 100% of the codebase.
46
- **Fixed:** `load` Use context manager to close `TextIOWrapper` stream when loading from a URL.
57

docs/changes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ All notable changes to this project are documented in the
77

88
## Latest Releases
99

10+
### v1.3.26 (2026-04-28)
11+
12+
- **Added:* More tests to cover 100% of the codebase.
13+
- **Fixed:** `load` Use context manager to close `TextIOWrapper` stream when loading from a URL.
14+
1015
### v1.3.25 (2026-03-06)
1116

1217
- **Improved:** `load_archive` from URL no longer loads the file into RAM, reducing memory consumption.

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.25"
3+
version = "1.3.26"
44
description = "A lightweight Python library for handling jsonlines files."
55
readme = "README.md"
66
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)