Skip to content

Commit fb33e05

Browse files
committed
Update PolicyEngine Household API
1 parent c31ebff commit fb33e05

4 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.9.0] - 2025-08-27 02:21:05
9+
10+
### Added
11+
12+
- Capability to optionally opt into user analytics structure
13+
- Reverse-compatible structure to allow us to deploy with user analytics enabled
14+
815
## [0.8.0] - 2025-08-26 23:33:33
916

1017
### Added
@@ -1481,6 +1488,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14811488

14821489

14831490

1491+
[0.9.0]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.8.0...0.9.0
14841492
[0.8.0]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.7.22...0.8.0
14851493
[0.7.22]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.7.21...0.7.22
14861494
[0.7.21]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.7.20...0.7.21

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,3 +1243,9 @@
12431243
added:
12441244
- Created config loader to load custom configuration files; this remains unused
12451245
date: 2025-08-26 23:33:33
1246+
- bump: minor
1247+
changes:
1248+
added:
1249+
- Capability to optionally opt into user analytics structure
1250+
- Reverse-compatible structure to allow us to deploy with user analytics enabled
1251+
date: 2025-08-27 02:21:05

changelog_entry.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Capability to optionally opt into user analytics structure
5-
- Reverse-compatible structure to allow us to deploy with user analytics enabled

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

0 commit comments

Comments
 (0)