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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.6.0](https://github.com/deviantintegral/flameconnect/compare/v0.5.3...v0.6.0) (2026-03-11)


### Features

* add --debug flag for HTTP request/response logging with credential redaction ([#80](https://github.com/deviantintegral/flameconnect/issues/80)) ([050e74d](https://github.com/deviantintegral/flameconnect/commit/050e74d110fbc08b367f4973c475743394b29cef))


### Bug Fixes

* handle ResultCode in get_fire_overview to prevent crash when offline ([#81](https://github.com/deviantintegral/flameconnect/issues/81)) ([bb3eb7a](https://github.com/deviantintegral/flameconnect/commit/bb3eb7a45402f4749a2d0ef774d295e59cb43341))

## [0.5.3](https://github.com/deviantintegral/flameconnect/compare/v0.5.2...v0.5.3) (2026-03-08)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "flameconnect"
version = "0.5.3"
version = "0.6.0"
description = "Async Python library for controlling Dimplex, Faber, and Real Flame fireplaces via the Flame Connect cloud API"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/flameconnect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from __future__ import annotations

__version__ = "0.5.3"
__version__ = "0.6.0"

from flameconnect.auth import AbstractAuth, MsalAuth, TokenAuth
from flameconnect.client import FlameConnectClient
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading