diff --git a/CHANGELOG.md b/CHANGELOG.md index 9177129f..f4d8d759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.0a29 (2026-01-21) + +### Fix + +- update tests +- secret_manager has no real default value + ## 0.2.0a28 (2026-01-16) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 5b765ad4..ce4b9f66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_display" -version = "0.2.0a28" +version = "0.2.0a29" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output display"