bump: version 1.0.0rc3 → 1.0.0

This commit is contained in:
egarette@silique.fr 2026-06-21 17:26:44 +02:00
parent e23a7e6c4b
commit 04b85c0250
3 changed files with 14 additions and 62 deletions

View file

@ -1,69 +1,21 @@
## 1.0.0rc3 (2026-06-21) ## 1.0.0 (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)
### Feat ### Feat
- multi layers - 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 - add tests
- first version
### Fix ### Fix
- rougail dependencies
- black
- update tests
- dependencies
- dependencies
- add allow_unknown option
- update tests
- update tests
- ExtentionError => ExtensionError
- update tests
- remove print - remove print
## 0.1.0a0 (2025-10-06)
### Feat
- first version

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.user_data_commandline" name = "rougail.user_data_commandline"
version = "1.0.0rc3" version = "1.0.0"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "Rougail user_data Bitwarden" description = "Rougail user_data Bitwarden"

View file

@ -1 +1 @@
__version__ = "1.0.0rc3" __version__ = "1.0.0"