bump: version 0.1.0 → 0.1.1a0
This commit is contained in:
parent
a0ccf61e22
commit
cc03dfe2e5
2 changed files with 6 additions and 10 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,16 +1,12 @@
|
||||||
## 0.1.0rc1 (2024-11-06)
|
## 0.1.1a0 (2024-11-28)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
||||||
- update rougail dependency
|
- separation between run and print function
|
||||||
|
|
||||||
## 0.1.0rc0 (2024-11-01)
|
## 0.1.0 (2024-11-28)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
||||||
- support auto_save variable
|
- copy from rougail-output-exporter
|
||||||
|
- init commit
|
||||||
### Fix
|
|
||||||
|
|
||||||
- black
|
|
||||||
- license, pyproject and so on
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.output_json"
|
name = "rougail.output_json"
|
||||||
version = "0.1.0"
|
version = "0.1.1a0"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue