From 06ec581763c32be0b4185fa4ffe04e94d88924a7 Mon Sep 17 00:00:00 2001 From: Ian Falatik Date: Tue, 26 Nov 2024 13:11:59 +0100 Subject: [PATCH] v3.1.1: incorporate 3.0.8 fix --- CHANGELOG.md | 6 ++++++ galaxy.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f375569..18f3b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v3.1.1 + +### project_deployment +- Fix a bug in docker-compose.yml template generation, when a single value variable is not a string, leading to crashes. + - This release incorporates the fix from v3.0.8 into the v3.1.0 release. + ## v3.1.0 ### project_deployment diff --git a/galaxy.yml b/galaxy.yml index 1b67a84..69dd5b1 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: ifalatik name: docker # The version of the collection. Must be compatible with semantic versioning -version: "3.1.0" +version: "3.1.1" # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md