Skip to content

Commit 5a04805

Browse files
committed
Update PolicyEngine Household API
1 parent 6882c7b commit 5a04805

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.12.0] - 2026-01-16 18:07:34
9+
10+
### Added
11+
12+
- Add GitHub Actions workflow for weekly policyengine-us updates with changelog summary generation.
13+
814
## [0.11.9] - 2026-01-15 23:07:16
915

1016
### Changed
@@ -1587,6 +1593,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15871593

15881594

15891595

1596+
[0.12.0]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.11.9...0.12.0
15901597
[0.11.9]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.11.8...0.11.9
15911598
[0.11.8]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.11.7...0.11.8
15921599
[0.11.7]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.11.6...0.11.7

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,3 +1333,9 @@
13331333
changed:
13341334
- Update PolicyEngine US to 1.502.3
13351335
date: 2026-01-15 23:07:16
1336+
- bump: minor
1337+
changes:
1338+
added:
1339+
- Add GitHub Actions workflow for weekly policyengine-us updates with changelog
1340+
summary generation.
1341+
date: 2026-01-16 18:07:34

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Add GitHub Actions workflow for weekly policyengine-us updates with changelog summary generation.

policyengine_household_api/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
POST = "POST"
77
UPDATE = "UPDATE"
88
LIST = "LIST"
9-
VERSION = "0.11.9"
9+
VERSION = "0.12.0"
1010
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1111
COUNTRY_PACKAGE_NAMES = (
1212
"policyengine_uk",

0 commit comments

Comments
 (0)