Skip to content

Commit 202e972

Browse files
chore(main): release 0.3.0 (#38)
1 parent 98ee91e commit 202e972

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/deviantintegral/flameconnect/compare/v0.2.0...v0.3.0) (2026-02-27)
4+
5+
6+
### Features
7+
8+
* launch TUI when available, show help otherwise ([#37](https://github.com/deviantintegral/flameconnect/issues/37)) ([8d386d2](https://github.com/deviantintegral/flameconnect/commit/8d386d2ae2221352e5e540fdee003cea4165d9fd))
9+
* remove custom User-Agent header from aiohttp sessions ([#35](https://github.com/deviantintegral/flameconnect/issues/35)) ([8653590](https://github.com/deviantintegral/flameconnect/commit/86535903e2aff3d7cc5b8b4cda13e356a05e72f9))
10+
* store token cache in XDG-compliant directory ([#36](https://github.com/deviantintegral/flameconnect/issues/36)) ([f5824ab](https://github.com/deviantintegral/flameconnect/commit/f5824aba819cbad32dbb78811e22588187ca5651))
11+
312
## [0.2.0](https://github.com/deviantintegral/flameconnect/compare/v0.1.0...v0.2.0) (2026-02-26)
413

514

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.2.0"
7+
version = "0.3.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.2.0"
5+
__version__ = "0.3.0"
66

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

0 commit comments

Comments
 (0)