From 9c5a8c4902f5f5cb598f0e1f9faa186f8087c983 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 08:52:29 +0000 Subject: [PATCH] chore(main): release 0.5.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 258342d..d9d5699 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.2" + ".": "0.5.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 605befd..220711b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.3](https://github.com/PrivateAIM/hub-python-client/compare/v0.5.2...v0.5.3) (2026-08-07) + + +### Bug Fixes + +* annotate the whole type so that includable and optional fields are found ([f36c7f6](https://github.com/PrivateAIM/hub-python-client/commit/f36c7f6c7431180de6855a09ac8113c611010faa)) + ## [0.5.2](https://github.com/PrivateAIM/hub-python-client/compare/v0.5.1...v0.5.2) (2026-08-06) diff --git a/pyproject.toml b/pyproject.toml index 0dc21d3..7f18118 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flame-hub-client" -version = "0.5.2" +version = "0.5.3" description = "HTTP client for interacting with FLAME Hub services." authors = [ { name = "Maximilian Jugl" },