Skip to content

Commit 8c648b4

Browse files
chore(main): release 0.2.0
1 parent 88e204f commit 8c648b4

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/deviantintegral/flameconnect/compare/v0.1.0...v0.2.0) (2026-02-26)
4+
5+
6+
### Features
7+
8+
* add heat-status CLI set command for TUI parity ([d442140](https://github.com/deviantintegral/flameconnect/commit/d44214033f5ad0c9be9f8765559c8d142178a988))
9+
10+
11+
### Bug Fixes
12+
13+
* align public API and docs with project philosophy ([df4a6e6](https://github.com/deviantintegral/flameconnect/commit/df4a6e6846509fc19ab17f79e5c5fe6ba34d510b))
14+
* **ci:** limit mutmut parallelism to prevent OOM in CI ([2bdb46b](https://github.com/deviantintegral/flameconnect/commit/2bdb46b91a3acb430c5dc0c7661834190d7054a7))
15+
16+
17+
### Documentation
18+
19+
* add initial AGENTS.md ([#29](https://github.com/deviantintegral/flameconnect/issues/29)) ([f008f5b](https://github.com/deviantintegral/flameconnect/commit/f008f5b7cb9cab9d86edf30c8943992b7824cad6))
20+
* clarify how mutmut copies files ([0daf94b](https://github.com/deviantintegral/flameconnect/commit/0daf94b25030bfefb1fc947309227725417a38ee))
21+
* more 🔥 ([9de07d6](https://github.com/deviantintegral/flameconnect/commit/9de07d600ef9673952dca4d3d6ae0944594b9f04))
22+
* update README with API versioning information ([0299759](https://github.com/deviantintegral/flameconnect/commit/029975913dfa9e170b23eaa4d42582f6a3d1dc4b))
23+
* update README with complete CLI set parameters and TUI keybindings ([81ed9c7](https://github.com/deviantintegral/flameconnect/commit/81ed9c7f3ab27664a1d1b929cf9f77d8e6e18bdf))
24+
325
## 0.1.0 (2026-02-26)
426

527

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.1.0"
7+
version = "0.2.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.1.0"
5+
__version__ = "0.2.0"
66

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

0 commit comments

Comments
 (0)