Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 13, 2024
1 parent 06f1c1d commit 3c3ec53
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# CHANGELOG


## v1.6.0 (2024-12-13)

### Bug Fixes

- **dependencies**: Update optional dependencies to use minimum version specifications in
pyproject.toml
([`06f1c1d`](https://github.com/MountainGod2/chaturbate_poller/commit/06f1c1d99ae388719116f58326618348452202fa))

### Chores

- **dependencies**: Update version specifications for optional dependencies in pyproject.toml
([`5fdfdb3`](https://github.com/MountainGod2/chaturbate_poller/commit/5fdfdb3231480a3a6d4428eab49d3db293c03561))

### Features

- **logging**: Implement correlation ID generation and logging filter
([`03bbe52`](https://github.com/MountainGod2/chaturbate_poller/commit/03bbe520ab8689c26db62ee10791ee1def7021bd))


## v1.5.8 (2024-12-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ scripts.chaturbate_poller = "chaturbate_poller.__main__:cli"
urls.Documentation = "https://mountaingod2.github.io/chaturbate_poller/"
urls.Homepage = "https://github.com/MountainGod2/chaturbate_poller"
urls.Repository = "https://github.com/MountainGod2/chaturbate_poller"
version = "1.5.8"
version = "1.6.0"

[dependency-groups]
dev = [
Expand Down

0 comments on commit 3c3ec53

Please sign in to comment.