From 04b85c02503ee8cf8f79cb2dc7a81e8907515c2c9628d5824dbd31fe15ec015f Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 21 Jun 2026 17:26:44 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.0rc3=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 72 ++++--------------- pyproject.toml | 2 +- .../user_data_commandline/__version__.py | 2 +- 3 files changed, 14 insertions(+), 62 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad2d19..7f4430e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,69 +1,21 @@ -## 1.0.0rc3 (2026-06-21) - -### Fix - -- update tests - -## 1.0.0rc2 (2026-06-18) - -### Fix - -- dependencies - -## 1.0.0rc1 (2026-06-18) - -### Fix - -- dependencies - -## 0.1.0a7 (2026-06-12) - -### Fix - -- add allow_unknown option - -## 0.1.0a6 (2026-05-04) +## 1.0.0 (2026-06-21) ### Feat - multi layers - -## 0.1.0a5 (2026-01-21) - -### Fix - -- update tests - -## 0.1.0a4 (2025-12-30) - -### Fix - -- update tests - -## 0.1.0a3 (2025-11-21) - -### Fix - -- ExtentionError => ExtensionError - -## 0.1.0a2 (2025-11-06) - -### Fix - -- update tests - -## 0.1.0a1 (2025-10-10) - -### Feat - - add tests +- first version ### Fix +- rougail dependencies +- black +- update tests +- dependencies +- dependencies +- add allow_unknown option +- update tests +- update tests +- ExtentionError => ExtensionError +- update tests - remove print - -## 0.1.0a0 (2025-10-06) - -### Feat - -- first version diff --git a/pyproject.toml b/pyproject.toml index c41d9d6..70702ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.user_data_commandline" -version = "1.0.0rc3" +version = "1.0.0" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail user_data Bitwarden" diff --git a/src/rougail/user_data_commandline/__version__.py b/src/rougail/user_data_commandline/__version__.py index 1f1f2f9..dab160a 100644 --- a/src/rougail/user_data_commandline/__version__.py +++ b/src/rougail/user_data_commandline/__version__.py @@ -1 +1 @@ -__version__ = "1.0.0rc3" +__version__ = "1.0.0"