diff --git a/CHANGELOG.md b/CHANGELOG.md index 45c955e..33d9fc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.0a2 (2025-03-30) + +### Fix + +- update tests +- update tests, some errors are now in warnings level + ## 0.2.0a1 (2025-02-10) ### Feat diff --git a/pyproject.toml b/pyproject.toml index f14425c..4bf742d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.user_data_yaml" -version = "0.2.0a1" +version = "0.2.0a2" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail user_data yaml"