Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 25, 2024
1 parent af26621 commit 31873e6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 31873e6

Please sign in to comment.