From dd68658c3462e5819ec06738739bc9af1a2e4116 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 2 Sep 2026 20:24:56 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- rougail-output-pyproject.toml | 4 ++-- rougail-structural-pyproject.toml | 2 +- src/rougail/output_hcl/__version__.py | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac6c91a..91cd2cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.1 (2026-09-02) + +### Fix + +- add rougail-structural-hcl packages + ## 0.1.0 (2026-07-06) ### Feat diff --git a/pyproject.toml b/pyproject.toml index c7a9bb7..9cea5e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rougail.output_hcl" -version = "0.1.0" +version = "0.1.1" [tool.commitizen] name = "cz_conventional_commits" diff --git a/rougail-output-pyproject.toml b/rougail-output-pyproject.toml index 5bf78c2..f139ca6 100644 --- a/rougail-output-pyproject.toml +++ b/rougail-output-pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_hcl" -version = "0.1.0" +version = "0.1.1" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output hcl" @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ - "rougail-structural-hcl == 0.1.0", + "rougail-structural-hcl == 0.1.1", ] [project.urls] diff --git a/rougail-structural-pyproject.toml b/rougail-structural-pyproject.toml index a7090b6..159a9fe 100644 --- a/rougail-structural-pyproject.toml +++ b/rougail-structural-pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.structural_hcl" -version = "0.1.0" +version = "0.1.1" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail structural hcl" diff --git a/src/rougail/output_hcl/__version__.py b/src/rougail/output_hcl/__version__.py index 3dc1f76..485f44a 100644 --- a/src/rougail/output_hcl/__version__.py +++ b/src/rougail/output_hcl/__version__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1"