Skip to content

Commit 6cc9dfc

Browse files
chore(main): release 0.4.0 (#44)
1 parent 1b946d9 commit 6cc9dfc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/deviantintegral/flameconnect/compare/v0.3.0...v0.4.0) (2026-02-27)
4+
5+
6+
### Features
7+
8+
* add FireFeatures dataclass and parse feature flags from API ([8ed0c38](https://github.com/deviantintegral/flameconnect/commit/8ed0c38ad3575b94b67dbe330ac743e4f2a2819f))
9+
* display fire feature flags in CLI status output ([380024a](https://github.com/deviantintegral/flameconnect/commit/380024afa9616364c0c598cbdf28750d0f3b6c3e))
10+
311
## [0.3.0](https://github.com/deviantintegral/flameconnect/compare/v0.2.0...v0.3.0) (2026-02-27)
412

513

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.3.0"
7+
version = "0.4.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.3.0"
5+
__version__ = "0.4.0"
66

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

0 commit comments

Comments
 (0)