We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea678cb commit 0d5a128Copy full SHA for 0d5a128
3 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+0.3.2 (2026-03-16)
2
+
3
+# Changed
4
5
+- Split CI/CD database migrations into separate staging and production jobs with environment-scoped Supabase secrets (#133)
6
7
8
0.4.0 (2026-03-13)
9
10
# Added
changelog.d/133.changed
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "policyengine-api-v2"
-version = "0.3.1"
+version = "0.3.2"
description = "FastAPI service for PolicyEngine microsimulations"
readme = "README.md"
requires-python = ">=3.13"
0 commit comments