From 31873e6b74474bfbd4bb278df3bbfa9dc06911a6 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 25 Sep 2024 23:48:10 +0000 Subject: [PATCH] 0.8.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64617c94..f7e7dde0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## v0.8.0 (2024-09-25) + +### Chore + +* chore: update semantic-release configuration in pyproject.toml (#25) ([`e1fd4e8`](https://github.com/MountainGod2/chaturbate_poller/commit/e1fd4e8b9d78e925ae523211a195104d66bea3ab)) + +### Feature + +* feat: refactored docker build to improve speed and reduce size (#26) + +* feat: refactored docker build to improve speed and reduce size of final image + +* refactor: update docker-entrypoint.sh to print command before execution ([`af26621`](https://github.com/MountainGod2/chaturbate_poller/commit/af26621ae4243d5aa6ce0d2844577753396b6fed)) + ## v0.7.5 (2024-09-25) ### Chore diff --git a/pyproject.toml b/pyproject.toml index eb3e3fbd..839490d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ name = "chaturbate-poller" readme = "README.md" repository = "https://github.com/MountainGod2/chaturbate_poller" - version = "0.7.4" + version = "0.8.0" [tool.poetry.scripts] chaturbate_poller = "chaturbate_poller.__main__:main"