Compare commits

..

No commits in common. "main" and "develop" have entirely different histories.

3 changed files with 2 additions and 8 deletions

View file

@ -1,9 +1,3 @@
## 1.0.1 (2026-07-06)
### Fix
- output json is more modular for hcl
## 1.0.0 (2026-06-21)
### Feat

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail.output_json"
version = "1.0.1"
version = "1.0.0"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "Rougail output json"

View file

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