From fcac55ae922ddefb9440394d5598399b89ae8f34 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette <egarette@silique.fr> Date: Sun, 30 Mar 2025 19:48:00 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0a9=20=E2=86=92=200.2.0a1?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d5b9e..b975d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.2.0a10 (2025-03-30) + +### Feat + +- document unix file name parameters +- better console output +- do not document reference to undocumented variable + +### Fix + +- doc for param +- support NamespaceCalculation +- convert <ENV> to <ENV> for github plugin + ## 0.2.0a9 (2025-02-19) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 23b022e..49e7a95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_doc" -version = "0.2.0a9" +version = "0.2.0a10" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output doc"