Skip to content

Commit d4e7c8e

Browse files
authored
chore(main): release 0.10.0 (#53)
1 parent beaa847 commit d4e7c8e

3 files changed

Lines changed: 16 additions & 2 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.9.83"
2+
".": "0.10.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [0.10.0](https://github.com/brianegge/dahua/compare/0.9.83...0.10.0) (2026-04-17)
4+
5+
6+
### Features
7+
8+
* add release-please automation with daily release cadence ([#47](https://github.com/brianegge/dahua/issues/47)) ([a105588](https://github.com/brianegge/dahua/commit/a1055885c48b771235bf8c359ff8edc4c974b385))
9+
10+
11+
### Bug Fixes
12+
13+
* **binary_sensor:** changes async_write_ha_state method to schedule_update_ha_state in is_on() ([#351](https://github.com/brianegge/dahua/issues/351)) ([645cbf6](https://github.com/brianegge/dahua/commit/645cbf659424c8354a353097eab236dfb8d71f29))
14+
* **ci:** bump Python to 3.14 ([#48](https://github.com/brianegge/dahua/issues/48)) ([402474c](https://github.com/brianegge/dahua/commit/402474cbefbb552f4b16a750f8cc8cf637be161f))

custom_components/dahua/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"documentation": "https://github.com/brianegge/dahua",
1414
"iot_class": "local_polling",
1515
"issue_tracker": "https://github.com/brianegge/dahua/issues",
16-
"version": "0.9.76"
16+
"version": "0.10.0"
1717
}

0 commit comments

Comments
 (0)