From 74c6d0628cf3ef078c7c35e25585c3f3a775de03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 10:09:06 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fa97484..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.16" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..78fe54d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## [0.3.0](https://github.com/PrivateAIM/hub-python-client/compare/v0.2.16...v0.3.0) (2026-07-23) + + +### ⚠ BREAKING CHANGES + +* All robot related methods and models have been removed. Use the client models and methods instead. + +### Features + +* per request auth ([#123](https://github.com/PrivateAIM/hub-python-client/issues/123)) ([c9684d4](https://github.com/PrivateAIM/hub-python-client/commit/c9684d4e98f2db0dc8ea6b5106710f19f4e31500)) +* upgrade to Hub v0.12.2 ([#118](https://github.com/PrivateAIM/hub-python-client/issues/118)) ([067582b](https://github.com/PrivateAIM/hub-python-client/commit/067582be3d173c649356dc52a96a1e02a1bb9273)) + + +### Bug Fixes + +* error response model ([#122](https://github.com/PrivateAIM/hub-python-client/issues/122)) ([85b72c8](https://github.com/PrivateAIM/hub-python-client/commit/85b72c8c0ec69c64a6ac466b07ff881d8db4a6b4)) diff --git a/pyproject.toml b/pyproject.toml index ded1a7e..50fec17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flame-hub-client" -version = "0.2.16" +version = "0.3.0" description = "HTTP client for interacting with FLAME Hub services." authors = [ { name = "Maximilian Jugl" },