From fe2ae8e5bebf2ea6581595d0bfbe73b1edc6d43d Mon Sep 17 00:00:00 2001 From: TagShelf <32621192+tagshelf@users.noreply.github.com> Date: Wed, 23 Jul 2025 09:00:12 -0400 Subject: [PATCH] chore(master): release 0.6.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2b5f5d6..5e27b2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.6.2"} +{".":"0.6.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d2d83f..10867e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.3](https://github.com/tagshelfsrl/alfred-python/compare/v0.6.2...v0.6.3) (2025-07-23) + + +### Bug Fixes + +* rename client to realtime_client and update callback parameter in README ([b5dae8f](https://github.com/tagshelfsrl/alfred-python/commit/b5dae8f81b206c3da7994fe9b44c84537e3c9f18)) + ## [0.6.2](https://github.com/tagshelfsrl/alfred-python/compare/v0.6.1...v0.6.2) (2025-07-23) diff --git a/pyproject.toml b/pyproject.toml index 9b440f3..2040653 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "alfred-python" -version = "0.6.2" +version = "0.6.3" authors = [{ name = "Tagshelf LLC", email = "support@tagshelf.com" }] description = "Python library designed to simplify and streamline interactions with the Alfred API" readme = "README.md"