Skip to content

Commit e248e66

Browse files
committed
Update PolicyEngine Household API
1 parent a24c705 commit e248e66

4 files changed

Lines changed: 18 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.13.0] - 2026-01-19 14:04:10
9+
10+
### Added
11+
12+
- Docker Compose support for local development with Redis
13+
- Makefile targets for building and running Docker containers
14+
- Support for external Docker networks when running alongside other PolicyEngine services
15+
816
## [0.12.0] - 2026-01-16 18:07:34
917

1018
### Added
@@ -1593,6 +1601,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15931601

15941602

15951603

1604+
[0.13.0]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.12.0...0.13.0
15961605
[0.12.0]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.11.9...0.12.0
15971606
[0.11.9]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.11.8...0.11.9
15981607
[0.11.8]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.11.7...0.11.8

changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,3 +1339,11 @@
13391339
- Add GitHub Actions workflow for weekly policyengine-us updates with changelog
13401340
summary generation.
13411341
date: 2026-01-16 18:07:34
1342+
- bump: minor
1343+
changes:
1344+
added:
1345+
- Docker Compose support for local development with Redis
1346+
- Makefile targets for building and running Docker containers
1347+
- Support for external Docker networks when running alongside other PolicyEngine
1348+
services
1349+
date: 2026-01-19 14:04:10

changelog_entry.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Docker Compose support for local development with Redis
5-
- Makefile targets for building and running Docker containers
6-
- Support for external Docker networks when running alongside other PolicyEngine services

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.12.0"
9+
VERSION = "0.13.0"
1010
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1111
COUNTRY_PACKAGE_NAMES = (
1212
"policyengine_uk",

0 commit comments

Comments
 (0)