Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.4.6...v2.0.0) (2024-07-02)

### Features

* Full async networking ([#90](#90)) ([4587984](4587984))

### BREAKING CHANGES

* API calls no longer block waiting for device response, use the add
handler to listen for updates from the device.
  • Loading branch information
semantic-release-bot committed Jul 2, 2024
1 parent 4587984 commit 10490fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0](https://github.com/cmroche/greeclimate/compare/v1.4.6...v2.0.0) (2024-07-02)


### Features

* Full async networking ([#90](https://github.com/cmroche/greeclimate/issues/90)) ([4587984](https://github.com/cmroche/greeclimate/commit/4587984df8d01a1bc7a0b20f01590f455e361a0b))


### BREAKING CHANGES

* API calls no longer block waiting for device response, use the add
handler to listen for updates from the device.

## [1.4.6](https://github.com/cmroche/greeclimate/compare/v1.4.5...v1.4.6) (2024-06-27)


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version = 1.4.6
version = 2.0.0

[tool:pytest]
asyncio_mode = auto
Expand Down

0 comments on commit 10490fe

Please sign in to comment.