bump: version 1.0.0 → 1.1.0
This commit is contained in:
parent
22c429e902
commit
58a9c7bd0a
3 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,3 +1,14 @@
|
||||||
|
## 1.1.0 (2026-09-07)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- test dynamic layers
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- if error is a string do the same error has if it's a dict
|
||||||
|
- simplify disabled test
|
||||||
|
|
||||||
## 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_display"
|
name = "rougail.output_display"
|
||||||
version = "1.0.0"
|
version = "1.1.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 display"
|
description = "Rougail output display"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "1.0.0"
|
__version__ = "1.1.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue