Skip to content

Commit 0dad5b5

Browse files
committed
Update package version
1 parent 3403a75 commit 0dad5b5

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
0.2.0 (2026-03-10)
2+
3+
# Added
4+
5+
- Add staging deployment pipeline with integration tests, canary deploys, and release automation. (staging-pipeline)
6+
7+
# Fixed
8+
9+
- Fix MODAL_ENVIRONMENT not being set in Terraform, causing production to use testing Modal environment. (modal-env-fix)
10+
- Switch policyengine dependency from git branch to PyPI release (>=3.2.0). (policyengine-dep)

changelog.d/modal-env-fix.fixed

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

changelog.d/policyengine-dep.fixed

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

changelog.d/staging-pipeline.added

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.1.0"
3+
version = "0.2.0"
44
description = "FastAPI service for PolicyEngine microsimulations"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)