From 88f837aa078dcfab8732d8c743c0009b90c8b5b2 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Thu, 27 Mar 2025 08:29:18 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0a2=20=E2=86=92=200.1.0a3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ab07e..7eb1913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.1.0a3 (2025-03-27) + +### Feat + +- add secret_manager support +- add Namespace(Param|Calculation) support + +### Fix + +- do not add namespace in param +- an empty variable is [] + ## 0.1.0a2 (2025-03-26) ### Fix diff --git a/pyproject.toml b/pyproject.toml index fb5da30..1f58814 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_formatter" -version = "0.1.0a2" +version = "0.1.0a3" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output formatter"