From 855faddca5e7c8f5f22c0ac3ae31a8f7a2d8f4fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 08:01:33 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 218393f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d02d5..b8285ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.5.0](https://github.com/PrivateAIM/hub-python-client/compare/v0.4.1...v0.5.0) (2026-08-03) + + +### ⚠ BREAKING CHANGES + +* AuthClient requires authup 1.0.0-beta.57 or newer. + +### Features + +* hub v0.13.0 ([#130](https://github.com/PrivateAIM/hub-python-client/issues/130)) ([b419de8](https://github.com/PrivateAIM/hub-python-client/commit/b419de8ecebf5956e040371572686d4351aaca3b)) + ## [0.4.1](https://github.com/PrivateAIM/hub-python-client/compare/v0.4.0...v0.4.1) (2026-07-28) diff --git a/pyproject.toml b/pyproject.toml index 28aaaf8..ca49c35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flame-hub-client" -version = "0.4.1" +version = "0.5.0" description = "HTTP client for interacting with FLAME Hub services." authors = [ { name = "Maximilian Jugl" },