Skip to content

Commit b1e0e32

Browse files
chore(main): release 0.6.0
1 parent 050e74d commit b1e0e32

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/deviantintegral/flameconnect/compare/v0.5.3...v0.6.0) (2026-03-11)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
315
## [0.5.3](https://github.com/deviantintegral/flameconnect/compare/v0.5.2...v0.5.3) (2026-03-08)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "flameconnect"
7-
version = "0.5.3"
7+
version = "0.6.0"
88
description = "Async Python library for controlling Dimplex, Faber, and Real Flame fireplaces via the Flame Connect cloud API"
99
readme = "README.md"
1010
license = "Apache-2.0"

src/flameconnect/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import annotations
44

5-
__version__ = "0.5.3"
5+
__version__ = "0.6.0"
66

77
from flameconnect.auth import AbstractAuth, MsalAuth, TokenAuth
88
from flameconnect.client import FlameConnectClient

0 commit comments

Comments
 (0)