bump: version 1.0.0rc3 → 1.0.0
This commit is contained in:
parent
e23a7e6c4b
commit
04b85c0250
3 changed files with 14 additions and 62 deletions
72
CHANGELOG.md
72
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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "1.0.0rc3"
|
||||
__version__ = "1.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue