We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e3138 commit 54e42b7Copy full SHA for 54e42b7
3 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+0.6.8 (2026-05-13)
2
+
3
+# Fixed
4
5
+- Skip Terraform apply during runtime-only deploys so unchanged infrastructure does not block API releases. (#363)
6
7
8
0.6.7 (2026-05-13)
9
10
# Changed
changelog.d/363.fixed.md
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "policyengine-api-v2"
-version = "0.6.7"
+version = "0.6.8"
description = "FastAPI service for PolicyEngine microsimulations"
readme = "README.md"
requires-python = ">=3.13"
0 commit comments