Skip to content

Commit f6b27af

Browse files
committed
Release v1.3.19
1 parent ab6b745 commit f6b27af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
### v1.3.19 (2025-09-16)
4+
5+
- **Changed:** The `load_archive` and `load` functions use number detection as a fallback when the file extension is not recognized.
6+
- **Changed**: Documentation, indicate that **No external dependencies** are required.
7+
38
### v1.3.18 (2025-09-15)
49

510
- **Changed**: Replace the deprecated `urllib.request.urlretrieve` because it is legacy.

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

0 commit comments

Comments
 (0)