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" },