From 575a23ba505165f08f983a0363fe8dcd55b40335 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 21 Jun 2026 18:15:16 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.0rc1=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 215 +++--------------- pyproject.toml | 2 +- .../user_data_bitwarden/__version__.py | 2 +- 3 files changed, 32 insertions(+), 187 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be11edc..cc1b35a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,199 +1,44 @@ -## 1.0.0rc1 (2026-06-16) - -### Fix - -- remove old structural dependency - -## 0.1.0a32 (2026-06-11) - -### Fix - -- doc - -## 0.1.0a31 (2026-05-04) +## 1.0.0 (2026-06-21) ### Feat - multi layers - -## 0.1.0a30 (2026-01-21) - -### Fix - -- transfert part a secretmanager in rougail - -## 0.1.0a29 (2025-12-30) - -### Fix - -- update tests - -## 0.1.0a28 (2025-12-23) - -### Feat - - improvment + Calculation with hidden - -## 0.1.0a27 (2025-12-22) - -### Feat - - use Calculation - doc - -## 0.1.0a26 (2025-11-21) - -### Fix - -- ExtentionError => ExtensionError - -## 0.1.0a25 (2025-11-06) - -### Fix - -- disable config if bitwarden is not selected - -## 0.1.0a24 (2025-10-16) - -### Fix - -- path is uncalculated - -## 0.1.0a23 (2025-10-16) - -### Feat - - update rougail-structural-bitwarden - -## 0.1.0a22 (2025-10-10) - -### Feat - - use user_datas to load datas - -## 0.1.0a21 (2025-06-20) - -### Feat - - update rougail-structural-bitwarden package version - -## 0.1.0a20 (2025-05-12) - -### Fix - -- black - -## 0.1.0a19 (2025-05-02) - -### Fix - -- do not force use_data usage - -## 0.1.0a18 (2025-04-09) - -### Fix - -- version - -## 0.1.0a17 (2025-04-09) - -### Fix - -- better error message - -## 0.1.0a16 (2025-04-04) - -### Fix - -- with ROUGAIL_BITWARDEN_MOCK_ENABLE variable, unix_user and password are different - -## 0.1.0a15 (2025-03-19) - -### Fix - -- support item without username - -## 0.1.0a14 (2025-03-19) - -### Feat - - port to rougail secret_manager - same behavour between bw et rbw - -## 0.1.0a13 (2025-02-19) - -### Fix - -- MOCK - -## 0.1.0a12 (2025-02-19) - -### Fix - -- MOCK - -## 0.1.0a11 (2025-02-19) - -### Fix - -- if mock is active, do not search rbw or bw - -## 0.1.0a10 (2025-02-17) - -### Fix - -- support hidden attribut - -## 0.1.0a9 (2025-02-17) - -### Fix - -- support hidden attribut - -## 0.1.0a8 (2025-02-17) - -### Fix - -- update structural plugin version - -## 0.1.0a7 (2025-02-17) - -### Feat - - support rbw and bw command line - -## 0.1.0a6 (2025-02-13) - -### Fix - -- bitwarden key could be an invalid username/secret - -## 0.1.0a5 (2025-02-13) - -### Fix - -- structural load - -## 0.1.0a4 (2025-02-13) - -### Fix - -- structural version - -## 0.1.0a2 (2025-02-13) - -### Fix - -- separate user-data and structural - -## 0.1.0a1 (2025-02-12) - -### Fix - -- many improvment - -## 0.1.0a0 (2025-02-05) - -### Feat - - first version + +### Fix + +- rougail dependencies +- black +- remove old structural dependency +- doc +- transfert part a secretmanager in rougail +- update tests +- ExtentionError => ExtensionError +- disable config if bitwarden is not selected +- path is uncalculated +- black +- do not force use_data usage +- version +- better error message +- with ROUGAIL_BITWARDEN_MOCK_ENABLE variable, unix_user and password are different +- support item without username +- MOCK +- MOCK +- if mock is active, do not search rbw or bw +- support hidden attribut +- support hidden attribut +- update structural plugin version +- bitwarden key could be an invalid username/secret +- structural load +- structural version +- separate user-data and structural +- many improvment diff --git a/pyproject.toml b/pyproject.toml index c3b8244..d9cd513 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.user_data_bitwarden" -version = "1.0.0rc1" +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_bitwarden/__version__.py b/src/rougail/user_data_bitwarden/__version__.py index 6c93125..5becc17 100644 --- a/src/rougail/user_data_bitwarden/__version__.py +++ b/src/rougail/user_data_bitwarden/__version__.py @@ -1 +1 @@ -__version__ = "1.0.0rc1" +__version__ = "1.0.0"