From 07c85082feb34e5232e2dee575a55aa4e70f1a1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:44:19 +0000 Subject: [PATCH] chore(main): release 0.5.1 --- .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 f1c1e58..210d290 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b8285ff..fe31b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/PrivateAIM/hub-python-client/compare/v0.5.0...v0.5.1) (2026-08-03) + + +### Bug Fixes + +* correct type annotations for includable attributes ([859163a](https://github.com/PrivateAIM/hub-python-client/commit/859163ac906db225e56a00ea9ed5c46a74c71bc8)) + ## [0.5.0](https://github.com/PrivateAIM/hub-python-client/compare/v0.4.1...v0.5.0) (2026-08-03) diff --git a/pyproject.toml b/pyproject.toml index ca49c35..5d72f2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flame-hub-client" -version = "0.5.0" +version = "0.5.1" description = "HTTP client for interacting with FLAME Hub services." authors = [ { name = "Maximilian Jugl" },