diff --git a/CHANGELOG.md b/CHANGELOG.md index f8bec8be..74206a46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # CHANGELOG +## v0.9.7 (2024-10-07) + +### Build System + +* build: remove build step for distribution packages in CI/CD workflow and add build_command to semantic_release config in pyproject.toml ([`bc4aaab`](https://github.com/MountainGod2/chaturbate_poller/commit/bc4aaab8f704483c1662ec9dd5e72732fe1f8a1f)) + +### Chores + +* chore: update CI/CD workflow to build documentation and deploy to GitHub Pages ([`af369f0`](https://github.com/MountainGod2/chaturbate_poller/commit/af369f081b949911823ef759dd0583849a571c5f)) + +* chore: update cache key format in CI/CD workflow ([`95c3495`](https://github.com/MountainGod2/chaturbate_poller/commit/95c3495dc21fe8ac2afd07d07335852422ae5eb9)) + +* chore: update version in uv.lock ([`245bf89`](https://github.com/MountainGod2/chaturbate_poller/commit/245bf89371166472aa57cf5d5296614ebb0f0037)) + +### Fixes + +* fix: update build_command in pyproject.toml to include uv install ([`1044423`](https://github.com/MountainGod2/chaturbate_poller/commit/10444234e4c04fb527c4c755dc40e2bc0d30be2b)) + +* fix: streamline build package installation in CI/CD workflow ([`04a119c`](https://github.com/MountainGod2/chaturbate_poller/commit/04a119c01dde2413fe6547125e4a28b1db036dd1)) + + ## v0.9.6 (2024-10-07) ### Build System diff --git a/pyproject.toml b/pyproject.toml index 40e443a6..0b7f6bb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ urls.Documentation = "https://chaturbate-poller.readthedocs.io/en/latest/" urls.Homepage = "https://github.com/MountainGod2/chaturbate_poller" urls.Repository = "https://github.com/MountainGod2/chaturbate_poller" - version = "0.9.6" + version = "0.9.7" [tool.uv] dev-dependencies = [