Skip to content

Commit 1d2b654

Browse files
committed
version bump v2.6.80
1 parent 3da575b commit 1d2b654

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

CHANGES.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,23 @@ Releases are also tagged in git, if that's helpful.
1414

1515
The following changes are not yet released, but are code complete:
1616

17+
Features:
18+
-
19+
20+
Changes:
21+
-
22+
23+
Fixes:
24+
-
25+
26+
## Current
27+
28+
**2.6.80 - 2025-07-16**
29+
1730
Features:
1831
- Add error handling for scrapers with expected results #1447
1932
- Add a check to verify ACMS user data is loaded before querying attachment pages #1495
20-
- Add `alaska_slip` and `alaska_u` new scrapers
33+
- Add `alaska_slip` and `alaska_u` new scrapers #1478
2134

2235
Changes:
2336
- Expanded ACMS URL matching to support both HTTP and HTTPS protocols.
@@ -28,16 +41,13 @@ Fixes:
2841
- handle empty cases in `ca7` scraper #1484
2942
- fix `idaho_civil` preformat date to prevent parsing errors #1284
3043

31-
## Current
44+
## Past
3245

3346
**2.6.79 - 2025-07-08**
3447

3548
Changes:
3649
- Updates `PacerSession` class to make ACMS authentication optional, and disabled it by default.
3750

38-
39-
## Past
40-
4151
**2.6.78 - 2025-06-18**
4252

4353
Features:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "juriscraper"
9-
version = "2.6.79"
9+
version = "2.6.80"
1010
description = "An API to scrape American court websites for metadata."
1111
readme = "README.rst"
1212
keywords = [ "scraping", "legal", "pacer" ]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)