Compare commits
No commits in common. "main" and "develop" have entirely different histories.
3 changed files with 2 additions and 8 deletions
|
|
@ -1,9 +1,3 @@
|
||||||
## 1.0.1 (2026-07-06)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- output json is more modular for hcl
|
|
||||||
|
|
||||||
## 1.0.0 (2026-06-21)
|
## 1.0.0 (2026-06-21)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.output_json"
|
name = "rougail.output_json"
|
||||||
version = "1.0.1"
|
version = "1.0.0"
|
||||||
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 json"
|
description = "Rougail output json"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "1.0.1"
|
__version__ = "1.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue