From 466b6eb51cddc7941890b793e9f797b0d0da78ec Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 21 Jun 2026 17:30:36 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.0rc0=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 78 +++----------------- pyproject.toml | 2 +- src/rougail/user_data_ansible/__version__.py | 2 +- 3 files changed, 12 insertions(+), 70 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2572580..e3c2667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,81 +1,23 @@ -## 0.1.0a7 (2026-06-11) - -### Fix - -- add test - -## 0.1.0a6 (2026-05-04) +## 1.0.0 (2026-06-21) ### Feat - multi layers - -### Fix - -- user-data-ansible can set a personalise source - -## 0.1.0a5 (2025-11-21) - -### Fix - -- ExtentionError => ExtensionError - -## 0.1.0a4 (2025-11-06) - -### Fix - -- disable config if ansible is not selected - -## 0.1.0a3 (2025-05-02) - -### Fix - -- do not force use_data usage - -## 0.1.0a2 (2025-04-09) - -### Fix - -- version - -## 0.1.0a1 (2025-03-30) - -### Fix - -- i18n - -## 0.1.0a0 (2025-02-10) - -### Feat - - add new parameter ansible.file_with_secrets -## 0.0.1a4 (2025-01-02) - ### Fix +- rougail dependencies +- black +- add test +- user-data-ansible can set a personalise source +- ExtentionError => ExtensionError +- disable config if ansible is not selected +- do not force use_data usage +- version +- i18n - output ansible is loaded after - -## 0.0.1a3 (2024-12-11) - -### Fix - - user-data file is now user-data yaml - -## 0.0.1a2 (2024-12-11) - -### Fix - - specialize error - -## 0.0.1a1 (2024-11-27) - -### Fix - - support user data ansible with output ansible - -## 0.0.1a0 (2024-11-25) - -### Fix - - new ansible plugin loader diff --git a/pyproject.toml b/pyproject.toml index 0338308..259abef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.user_data_ansible" -version = "1.0.0rc0" +version = "1.0.0" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail user_data ansible" diff --git a/src/rougail/user_data_ansible/__version__.py b/src/rougail/user_data_ansible/__version__.py index bcf7f89..5becc17 100644 --- a/src/rougail/user_data_ansible/__version__.py +++ b/src/rougail/user_data_ansible/__version__.py @@ -1 +1 @@ -__version__ = "1.0.0rc0" +__version__ = "1.0.0"