Skip to content

Commit c37b153

Browse files
committed
Update package version
1 parent afc6ef5 commit c37b153

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
0.5.0 (2026-04-06)
2+
3+
# Added
4+
5+
- Versioned Modal deployments: each deploy creates a named app (`policyengine-v2-us{X}-uk{Y}`) with exact country package version pins, allowing multiple versions to coexist. Cloud Run routes to the correct version via Modal Dict registries. (#201)
6+
7+
# Changed
8+
9+
- Refactored monolithic `modal_app.py` into `modal/` package with separate modules for app definition, images, shared utilities, and functions. (#201)
10+
11+
# Removed
12+
13+
- Deleted monolithic `modal_app.py` (3,450 lines), replaced by `modal/` package. (#201)
14+
15+
116
0.4.4 (2026-03-18)
217

318
# Fixed

changelog.d/201.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/201.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/201.removed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "policyengine-api-v2"
3-
version = "0.4.4"
3+
version = "0.5.0"
44
description = "FastAPI service for PolicyEngine microsimulations"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)