diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a23ca3d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# [0.1.0](https://github.com/FullStackWithLawrence/openai-hello-world/compare/v0.0.1...v0.1.0) (2024-01-08) + + +### Bug Fixes + +* force a new release ([95477f0](https://github.com/FullStackWithLawrence/openai-hello-world/commit/95477f0ff52811ef297e661977e1d5b5436e11d5)) + + +### Features + +* create docker-based openai hello world ([73deaae](https://github.com/FullStackWithLawrence/openai-hello-world/commit/73deaae8192a8ffc7ff433b411e1d09cd29a6427)) +* create docker-based openai hello world ([cdb5bcc](https://github.com/FullStackWithLawrence/openai-hello-world/commit/cdb5bcc505d6cf20dbe50e865805140d58ec6eae)) diff --git a/requirements/dev.txt b/requirements/dev.txt index de6f4f4..afc0af6 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -9,7 +9,7 @@ # Code linters, formatters, and security scanners # ------------ black==23.12.1 -flake8==6.1.0 +flake8==7.0.0 flake8-coding==1.3.2 pre-commit==3.6.0 isort==5.13.2