You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.5.1] - 2026-02-18
11
+
12
+
### Fixed
13
+
- Fixed parsing of state legislative district data (`stateleg` field). The API response key changed from `stateleg` to `state_legislative_districts` and the structure changed from a flat list to a dict with `house`/`senate` keys containing legislator info. The library now handles both formats.
14
+
10
15
## [0.5.0] - 2026-01-06
11
16
12
17
### Added
@@ -54,7 +59,8 @@ When ready to release:
54
59
5. Push tags: `git push --tags`
55
60
6. GitHub Actions will automatically publish to PyPI
0 commit comments