bump: version 1.0.0rc0 → 1.0.0

This commit is contained in:
egarette@silique.fr 2026-06-21 17:30:36 +02:00
parent 6aa8d72e83
commit 466b6eb51c
3 changed files with 12 additions and 70 deletions

View file

@ -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

View file

@ -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"

View file

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