From 87e53d2eaf156aa2ac0e902a7119b66474832904 Mon Sep 17 00:00:00 2001 From: hey Date: Thu, 9 Apr 2026 10:54:47 -0400 Subject: [PATCH] chore: publish 0.1.1+6.9.0 release --- compose.yml | 2 +- release/0.1.1+6.9.0 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 release/0.1.1+6.9.0 diff --git a/compose.yml b/compose.yml index 2a2a838..5e2e3b4 100644 --- a/compose.yml +++ b/compose.yml @@ -96,7 +96,7 @@ services: failure_action: rollback order: start-first labels: - - "coop-cloud.${STACK_NAME}.version=0.1.0+6.9.0" + - "coop-cloud.${STACK_NAME}.version=0.1.1+6.9.0" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}" healthcheck: test: ["CMD-SHELL", "python -m http.client -c 'GET /api/v1/' -H 'Host: localhost' || exit 1"] diff --git a/release/0.1.1+6.9.0 b/release/0.1.1+6.9.0 new file mode 100644 index 0000000..06a1010 --- /dev/null +++ b/release/0.1.1+6.9.0 @@ -0,0 +1 @@ +Default to not using email compose as a part of app. \ No newline at end of file