bump: version 0.2.0a19 → 0.2.0a20

This commit is contained in:
egarette@silique.fr 2026-05-04 13:37:39 +02:00
parent 338d1d1aae
commit 70f45e93b9
3 changed files with 14 additions and 2 deletions

View file

@ -1,3 +1,15 @@
## 0.2.0a20 (2026-05-04)
### Feat
- multi layers support
### Fix
- load indefine if no default value
- user-data-ansible can set a personalise source
- test if password is set in a forbidden file even if it also in legitimate file
## 0.2.0a19 (2026-01-21) ## 0.2.0a19 (2026-01-21)
### Fix ### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.user_data_yaml" name = "rougail.user_data_yaml"
version = "0.2.0a19" version = "0.2.0a20"
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 yaml" description = "Rougail user_data yaml"

View file

@ -1 +1 @@
__version__ = "0.2.0a19" __version__ = "0.2.0a20"