Skip to content

Commit

Permalink
Release v0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed May 4, 2024
1 parent 34203ba commit 92f81be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ file. This change log follows the conventions of

## [Rust Unreleased][Unreleased]

## [Python Unreleased][Unreleased]

## [Rust v0.7.11][v0.7.11] - 2024-05-04

### Added

- Added support for the P300 power strip (thanks to @Michal-Szczepaniak).
Expand All @@ -17,7 +21,7 @@ file. This change log follows the conventions of
- `ColorLightStripHandler` has been renamed to `RgbicLightStripHandler` to better reflect it's purpose.
- `DeviceInfoColorLightStripResult` has been renamed to `DeviceInfoRgbicLightStripResult` to better reflect it's purpose.

## [Python Unreleased][Unreleased]
## [Python v0.3.0][py-v0.3.0] - 2024-05-04

### Added

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

[Unreleased]: https://github.com/mihai-dinculescu/tapo
[v0.7.11]: https://github.com/mihai-dinculescu/tapo/tree/v0.7.11
[py-v0.3.0]: https://github.com/mihai-dinculescu/tapo/tree/py-v0.3.0
[v0.7.10]: https://github.com/mihai-dinculescu/tapo/tree/v0.7.10
[py-v0.2.1]: https://github.com/mihai-dinculescu/tapo/tree/py-v0.2.1
[v0.7.9]: https://github.com/mihai-dinculescu/tapo/tree/v0.7.9
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.10"
version = "0.7.11"
edition = "2021"
license = "MIT"
authors = ["Mihai Dinculescu <[email protected]>"]
Expand Down

0 comments on commit 92f81be

Please sign in to comment.