From d36937fd8a3b9be46efc5e7d5799606b273fcc66 Mon Sep 17 00:00:00 2001 From: danischm Date: Mon, 2 Sep 2024 09:18:50 +0200 Subject: [PATCH] 0.2.6 version bump --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9272d0f..286c366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.2.6 (unreleased) +# 0.2.6 - Fix issue with directly nested lists in YAML files diff --git a/pyproject.toml b/pyproject.toml index 74b082e..dfcbf53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ maintainers = ["Daniel Schmidt "] name = "iac-test" readme = "README.md" repository = "https://github.com/netascode/iac-test" -version = "0.2.5" +version = "0.2.6" [tool.poetry.scripts] iac-test = "iac_test.cli.main:main"