-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b99a402
commit 257f3a1
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" }, | ||
|