Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.16"
".": "0.3.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down