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) ## 0.1.0 (2026-07-06)
### Feat ### Feat

View file

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

View file

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

View file

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

View file

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