bump: version 0.1.0a8 → 0.1.0a9
This commit is contained in:
parent
c151d1829e
commit
697669bc47
3 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,3 +1,14 @@
|
|||
## 0.1.0a9 (2025-04-30)
|
||||
|
||||
### Feat
|
||||
|
||||
- add yamllint validation
|
||||
|
||||
### Fix
|
||||
|
||||
- update tests
|
||||
- add version
|
||||
|
||||
## 0.1.0a8 (2025-04-01)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.output_formatter"
|
||||
version = "0.1.0a8"
|
||||
version = "0.1.0a9"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail output formatter"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.1.0a8"
|
||||
__version__ = "0.1.0a9"
|
||||
|
|
|
|||
Loading…
Reference in a new issue