bump: version 0.1.0 → 0.1.1

This commit is contained in:
egarette@silique.fr 2026-09-02 20:24:56 +02:00
parent 5bf5f1dd77
commit dd68658c34
5 changed files with 11 additions and 5 deletions

View file

@ -1,3 +1,9 @@
## 0.1.1 (2026-09-02)
### Fix
- add rougail-structural-hcl packages
## 0.1.0 (2026-07-06)
### Feat

View file

@ -1,6 +1,6 @@
[project]
name = "rougail.output_hcl"
version = "0.1.0"
version = "0.1.1"
[tool.commitizen]
name = "cz_conventional_commits"

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail.output_hcl"
version = "0.1.0"
version = "0.1.1"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "Rougail output hcl"
@ -23,7 +23,7 @@ classifiers = [
]
dependencies = [
"rougail-structural-hcl == 0.1.0",
"rougail-structural-hcl == 0.1.1",
]
[project.urls]

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail.structural_hcl"
version = "0.1.0"
version = "0.1.1"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "Rougail structural hcl"

View file

@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"