Skip to content

Commit

Permalink
chore(main): release 0.0.9 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjrice authored Nov 21, 2023
1 parent b99a402 commit 257f3a1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "autopytest"
version = "0.0.8"
version = "0.0.9"
description = "Autotest python code"
authors = [
{ name = "David Rice", email = "[email protected]" },
Expand Down

0 comments on commit 257f3a1

Please sign in to comment.