We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6b745 commit f6b27afCopy full SHA for f6b27af
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Releases
2
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
8
### v1.3.18 (2025-09-15)
9
10
- **Changed**: Replace the deprecated `urllib.request.urlretrieve` because it is legacy.
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "py-jsonl"
-version = "1.3.18"
+version = "1.3.19"
description = "A lightweight Python library for handling jsonlines files."
readme = "README.md"
license-files = ["LICENSE"]
0 commit comments