Skip to content

Commit a02f18c

Browse files
chore(release): v0.5.1
Historical release point importer: delta detection, chronological processing, resume support, rate-limited downloads. 330 release points available (PL 113-100 to 119-73). Statute version reference fields. 10 delta detector tests. Verified against real PL 117-200 data. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9e0d79d commit a02f18c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.5.1](https://github.com/civic-source/us-code-tracker/compare/v0.5.0...v0.5.1) (2026-03-29)
2+
3+
### Features
4+
5+
* **pipeline:** historical release point importer with delta detection ([#42](https://github.com/civic-source/us-code-tracker/issues/42)) ([8a689e4](https://github.com/civic-source/us-code-tracker/commit/8a689e41c5a8cc5b2f9a86f3ef81935d212d2067))
6+
* **types:** add statute version reference fields to CaseAnnotation ([#43](https://github.com/civic-source/us-code-tracker/issues/43)) ([c315987](https://github.com/civic-source/us-code-tracker/commit/c315987afeb47cc7cc663b1dee72a8af043505db))
7+
8+
### Bug Fixes
9+
10+
* **scripts:** use relative imports for tsx compatibility ([9e0d79d](https://github.com/civic-source/us-code-tracker/commit/9e0d79d4fa92f8e53de5ab4c0d487d9f0598f4f2))
111
## [0.5.0](https://github.com/civic-source/us-code-tracker/compare/v0.4.6...v0.5.0) (2026-03-29)
212

313
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openlaw-git-pipeline",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"private": true,
55
"type": "module",
66
"packageManager": "pnpm@9.15.0",

0 commit comments

Comments
 (0)