Compare commits
2 commits
bc89583fe4
...
d2a8a601d8
| Author | SHA1 | Date | |
|---|---|---|---|
| d2a8a601d8 | |||
| 39358a74b5 |
11 changed files with 41 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## 0.2.0a3 (2025-03-30)
|
||||
|
||||
### Fix
|
||||
|
||||
- i18n
|
||||
|
||||
## 0.2.0a2 (2025-03-30)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.user_data_yaml"
|
||||
version = "0.2.0a2"
|
||||
version = "0.2.0a3"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail user_data yaml"
|
||||
|
|
|
|||
4
tests/results/00_7help/errors/all.json
Normal file
4
tests/results/00_7help/errors/all.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
4
tests/results/00_7help/errors/mandatories.json
Normal file
4
tests/results/00_7help/errors/mandatories.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
6
tests/results/00_7help/file/all.yml
Normal file
6
tests/results/00_7help/file/all.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"rougail": {
|
||||
"var1": "string1",
|
||||
"var2": "string1"
|
||||
}
|
||||
}
|
||||
6
tests/results/00_7help/file/all_exclude.yml
Normal file
6
tests/results/00_7help/file/all_exclude.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"rougail": {
|
||||
"var1": "string1",
|
||||
"var2": "string1"
|
||||
}
|
||||
}
|
||||
6
tests/results/00_7help/file/mandatories.yml
Normal file
6
tests/results/00_7help/file/mandatories.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"rougail": {
|
||||
"var1": "string1",
|
||||
"var2": "string1"
|
||||
}
|
||||
}
|
||||
4
tests/results/00_7help/makedict/all.json
Normal file
4
tests/results/00_7help/makedict/all.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.var1": "string1",
|
||||
"rougail.var2": "string1"
|
||||
}
|
||||
4
tests/results/00_7help/makedict/mandatories.json
Normal file
4
tests/results/00_7help/makedict/mandatories.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.var1": "string1",
|
||||
"rougail.var2": "string1"
|
||||
}
|
||||
Loading…
Reference in a new issue