Skip to content

Commit 2f511bb

Browse files
committed
Update PolicyEngine Canada
1 parent 4cde50c commit 2f511bb

4 files changed

Lines changed: 13 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.96.5] - 2025-12-03 23:06:49
9+
10+
### Changed
11+
12+
- Bump policyengine-core to 3.23.0 (adds strict enum validation).
13+
814
## [0.96.4] - 2025-11-12 14:08:46
915

1016
### Fixed
@@ -766,6 +772,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
766772

767773

768774

775+
[0.96.5]: https://github.com/PolicyEngine/policyengine-canada/compare/0.96.4...0.96.5
769776
[0.96.4]: https://github.com/PolicyEngine/policyengine-canada/compare/0.96.3...0.96.4
770777
[0.96.3]: https://github.com/PolicyEngine/policyengine-canada/compare/0.96.2...0.96.3
771778
[0.96.2]: https://github.com/PolicyEngine/policyengine-canada/compare/0.96.1...0.96.2

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,3 +636,8 @@
636636
fixed:
637637
- CI build failure due to missing setuptools dependency in GitHub Actions workflow.
638638
date: 2025-11-12 14:08:46
639+
- bump: patch
640+
changes:
641+
changed:
642+
- Bump policyengine-core to 3.23.0 (adds strict enum validation).
643+
date: 2025-12-03 23:06:49

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
changed:
4-
- Bump policyengine-core to 3.23.0 (adds strict enum validation).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
setup(
4141
name="policyengine-canada",
42-
version="0.96.4",
42+
version="0.96.5",
4343
author="PolicyEngine",
4444
author_email="hello@policyengine.org",
4545
classifiers=[

0 commit comments

Comments
 (0)