perf(campaign): share linear collision-safe attachment naming
Module Package Release / publish-packages (push) Successful in 13s

Release v0.1.29. Coordinated integrity review: GovOPlaN/govoplan-core#298.
This commit is contained in:
2026-09-08 12:20:33 +02:00
parent 8bca4fc728
commit 19437ce378
+4 -2
View File
@@ -460,11 +460,13 @@ def _campaigns_router(context: ModuleContext):
return aggregate
MODULE_VERSION = "0.1.29"
manifest = ModuleManifest(
id="campaigns",
name="Campaigns",
version="0.1.29",
workflow_definitions=campaign_workflow_definitions(module_version="0.1.28"),
version=MODULE_VERSION,
workflow_definitions=campaign_workflow_definitions(module_version=MODULE_VERSION),
required_capabilities=(
CAPABILITY_AUTH_PRINCIPAL_RESOLVER,
CAPABILITY_AUTH_PERMISSION_EVALUATOR,