diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fd322f2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [0.0.9](https://github.com/davidjrice/autopytest/compare/0.0.8...v0.0.9) (2023-11-21) + + +### Bug Fixes + +* **build:** add packaging as a dependency ([9ceb234](https://github.com/davidjrice/autopytest/commit/9ceb2347a3b0f8be72f5a05575b074883379f420)) +* **ci:** code climate coverage reporting ([2accc92](https://github.com/davidjrice/autopytest/commit/2accc923d6d5e902aa9a613de9423840b248a13c)) +* **ci:** correct codacy config file format ([b99a402](https://github.com/davidjrice/autopytest/commit/b99a402bec37cea71e6af424d14aa44389b343a8)) +* **ci:** release please token ([750800c](https://github.com/davidjrice/autopytest/commit/750800ca6df1a63234f76dbe6ce4fddf605f0923)) +* **ci:** remove coverage reporting to fix main ([07d0628](https://github.com/davidjrice/autopytest/commit/07d06280134bdef66e89be8cae74a16655126ae6)) + + +### Documentation + +* improve formatting of markdown files ([#21](https://github.com/davidjrice/autopytest/issues/21)) ([8d5b12b](https://github.com/davidjrice/autopytest/commit/8d5b12bb717df72bd0696ca31824a95bdc903113)) diff --git a/pyproject.toml b/pyproject.toml index 7650942..551c789 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "autopytest" -version = "0.0.8" +version = "0.0.9" description = "Autotest python code" authors = [ { name = "David Rice", email = "me@davidjrice.co.uk" },