Skip to content

Commit aa51435

Browse files
chore(main): release 0.3.0
1 parent fa838fc commit aa51435

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.3"
2+
".": "0.3.0"
33
}

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/deviantintegral/flame_connect_ha/compare/v0.2.3...v0.3.0) (2026-07-03)
4+
5+
6+
### Features
7+
8+
* **release-please:** include commit authors in release notes ([9b97691](https://github.com/deviantintegral/flame_connect_ha/commit/9b97691952242d1830b790f7f5512f6ab4e27a7c))
9+
10+
11+
### Bug Fixes
12+
13+
* **climate:** keep setpoint in Celsius regardless of device display unit ([43c2b99](https://github.com/deviantintegral/flame_connect_ha/commit/43c2b99d3c67a075d6f4292c0591d52edb81e659))
14+
* **release-please:** move config to root level ([fa838fc](https://github.com/deviantintegral/flame_connect_ha/commit/fa838fcc88fa577d3a9cab5ccb2c4095c9a1a368))
15+
316
## [0.2.3](https://github.com/deviantintegral/flame_connect_ha/compare/v0.2.2...v0.2.3) (2026-06-26)
417

518

custom_components/flameconnect/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"requirements": [
1616
"flameconnect==0.6.1"
1717
],
18-
"version": "0.2.3"
18+
"version": "0.3.0"
1919
}

pyproject.toml

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

88
[project]
99
name = "flameconnect"
10-
version = "0.2.3" # Version is managed by release-please (also updates manifest.json)
10+
version = "0.3.0" # Version is managed by release-please (also updates manifest.json)
1111
requires-python = ">=3.14.4"
1212

1313
[tool.setuptools]

0 commit comments

Comments
 (0)