Skip to content

Commit

Permalink
Merge pull request #244 from joshuar/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): 🎉 release 10.0.1
  • Loading branch information
joshuar authored Aug 21, 2024
2 parents 85c5601 + 4fd0853 commit a6f6f85
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.0.0"
".": "10.0.1"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [10.0.1](https://github.com/joshuar/go-hass-agent/compare/v10.0.0...v10.0.1) (2024-08-21)


### Bug Fixes

* **agent,hass:** :bug: fix registration flow after hass client refactoring ([5e4a9ba](https://github.com/joshuar/go-hass-agent/commit/5e4a9ba238ea3dd370610086b6fc719ecae93ac4))
* **hass:** :bug: pass required request type to NewRequest ([ec0a7e8](https://github.com/joshuar/go-hass-agent/commit/ec0a7e8db76bb04ec7b40a1fdd3c5a27de6ddd91))
* **linux:** :bug: ensure D-Bus command topic is unique ([d403dbb](https://github.com/joshuar/go-hass-agent/commit/d403dbbe3867764cc43e014189b0ee4d5ad27f3e))
* **linux:** :bug: make sure MQTT topics are unique for power and session controls ([e77b927](https://github.com/joshuar/go-hass-agent/commit/e77b9274aac249d6e1ddbc61457ed441c19c6a6c))
* **linux:** :mute: reduce log spam if a mountpoint usage cannot be retrieved ([f4aea29](https://github.com/joshuar/go-hass-agent/commit/f4aea2963a616f6b10593c9df8ea3dbb692f8e79))


### Performance Improvements

* **agent,hass:** :zap: refactor sensor processing ([c7c3ff3](https://github.com/joshuar/go-hass-agent/commit/c7c3ff383b529051ebfe1608caee38eb8a25f46e))

## [10.0.0](https://github.com/joshuar/go-hass-agent/compare/v9.6.0...v10.0.0) (2024-08-17)


Expand Down

0 comments on commit a6f6f85

Please sign in to comment.