File tree Expand file tree Collapse file tree 4 files changed +16
-6
lines changed
Expand file tree Collapse file tree 4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.70.1] - 2026-01-17 17:17:54
9+
10+ ### Fixed
11+
12+ - CI now runs on dependency updates (pyproject.toml, uv.lock changes)
13+ - Fixed Scottish Child Payment test format to use array notation for person-level output
14+
815## [ 2.70.0] - 2026-01-17 04:45:58
916
1017### Changed
@@ -2524,6 +2531,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25242531
25252532
25262533
2534+ [ 2.70.1 ] : https://github.com/PolicyEngine/openfisca-uk/compare/2.70.0...2.70.1
25272535[ 2.70.0 ] : https://github.com/PolicyEngine/openfisca-uk/compare/2.69.0...2.70.0
25282536[ 2.69.0 ] : https://github.com/PolicyEngine/openfisca-uk/compare/2.68.1...2.69.0
25292537[ 2.68.1 ] : https://github.com/PolicyEngine/openfisca-uk/compare/2.68.0...2.68.1
Original file line number Diff line number Diff line change 21752175 to data package. Variables now read pre-computed values from datasets for deterministic,
21762176 reproducible calculations.
21772177 date : 2026-01-17 04:45:58
2178+ - bump : patch
2179+ changes :
2180+ fixed :
2181+ - CI now runs on dependency updates (pyproject.toml, uv.lock changes)
2182+ - Fixed Scottish Child Payment test format to use array notation for person-level
2183+ output
2184+ date : 2026-01-17 17:17:54
Original file line number Diff line number Diff line change 1- - bump : patch
2- changes :
3- fixed :
4- - CI now runs on dependency updates (pyproject.toml, uv.lock changes)
5- - Fixed Scottish Child Payment test format to use array notation for person-level output
Original file line number Diff line number Diff line change 11[project ]
22name = " policyengine-uk"
3- version = " 2.70.0 "
3+ version = " 2.70.1 "
44description = " PolicyEngine tax and benefit system for the UK."
55readme = " README.md"
66authors = [
You can’t perform that action at this time.
0 commit comments