bump: version 0.2.0a2 → 0.2.0a3
This commit is contained in:
parent
008a9fbc3d
commit
06bd8f207d
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
## 0.2.0a3 (2025-02-17)
|
||||
|
||||
### Fix
|
||||
|
||||
- do not display default value with default_value_makes_sense set to False
|
||||
- translate ERRORS
|
||||
|
||||
## 0.2.0a2 (2025-02-10)
|
||||
|
||||
### Feat
|
||||
|
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.output_console"
|
||||
version = "0.2.0a2"
|
||||
version = "0.2.0a3"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail output console"
|
||||
|
|
Loading…
Reference in a new issue