From 9d5c1568758c66c059b834a6a35b14715eda186b Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Thu, 2 Jan 2025 21:38:32 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.1a2=20=E2=86=92=200.2.0a0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dafa755..c85092d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.0a0 (2025-01-02) + +### Feat + +- add namespace_is_hostname option +- add tests + ## 0.1.1a2 (2024-11-29) ## 0.1.1a1 (2024-11-28) diff --git a/pyproject.toml b/pyproject.toml index 392d899..f08be93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_ansible" -version = "0.1.1a2" +version = "0.2.0a0" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output ansible"