Skip to content

Commit

Permalink
Release v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Nov 25, 2023
1 parent 6c1dbe0 commit c342bef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ file. This change log follows the conventions of

## [Rust Unreleased][Unreleased]

### Fixed
## [Python Unreleased][Unreleased]

- Fixed an issue that preventing the `nickname` field from being decoded in the `get_device_info` results of child devices of the H100 hub.
## [Rust v0.7.6][v0.7.6] - 2023-11-25

## [Python Unreleased][Unreleased]
### Added

- Added support for the KE100 thermostatic radiator valve (TRV) devices (thanks to @pwoerndle).

### Fixed

- Fixed an issue that was preventing the `nickname` field from being decoded in the `get_device_info` results of child devices of the H100 hub.

## [Rust v0.7.5][v0.7.5] - 2023-11-05

Expand Down Expand Up @@ -223,6 +229,7 @@ let device = ApiClient::new(ip_address, tapo_username, tapo_password)?
### Initial Release of Tapo

[Unreleased]: https://github.com/mihai-dinculescu/tapo
[v0.7.6]: https://github.com/mihai-dinculescu/tapo/tree/v0.7.6
[v0.7.5]: https://github.com/mihai-dinculescu/tapo/tree/v0.7.5
[py-v0.1.3]: https://github.com/mihai-dinculescu/tapo/tree/py-v0.1.3
[py-v0.1.2]: https://github.com/mihai-dinculescu/tapo/tree/py-v0.1.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tapo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tapo"
version = "0.7.5"
version = "0.7.6"
edition = "2021"
license = "MIT"
authors = ["Mihai Dinculescu <[email protected]>"]
Expand Down

0 comments on commit c342bef

Please sign in to comment.