diff --git a/CHANGELOG.md b/CHANGELOG.md index dc40595..0136cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ file. This change log follows the conventions of ## [Rust Unreleased][Unreleased] +## [Python Unreleased][Unreleased] + +## [Rust v0.7.16][v0.7.16] - 2024-09-27 + ### Added - Added support for the L535 light bulbs. @@ -14,7 +18,7 @@ file. This change log follows the conventions of - Fixed an issue that was preventing the color from being set properly to the L535 light bulbs. -## [Python Unreleased][Unreleased] +## [Python v0.5.1][py-v0.5.1] - 2024-09-27 ### Added @@ -455,6 +459,8 @@ let device = ApiClient::new(ip_address, tapo_username, tapo_password)? ### Initial Release of Tapo [Unreleased]: https://github.com/mihai-dinculescu/tapo +[v0.7.16]: https://github.com/mihai-dinculescu/tapo/tree/v0.7.16 +[py-v0.5.1]: https://github.com/mihai-dinculescu/tapo/tree/py-v0.5.1 [v0.7.15]: https://github.com/mihai-dinculescu/tapo/tree/v0.7.15 [py-v0.5.0]: https://github.com/mihai-dinculescu/tapo/tree/py-v0.5.0 [v0.7.14]: https://github.com/mihai-dinculescu/tapo/tree/v0.7.14 diff --git a/Cargo.lock b/Cargo.lock index c35ab48..88d7131 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1368,7 +1368,7 @@ dependencies = [ [[package]] name = "tapo" -version = "0.7.15" +version = "0.7.16" dependencies = [ "anyhow", "async-trait", diff --git a/tapo/Cargo.toml b/tapo/Cargo.toml index 55a9b9b..68930d3 100644 --- a/tapo/Cargo.toml +++ b/tapo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tapo" -version = "0.7.15" +version = "0.7.16" edition = "2021" license = "MIT" authors = ["Mihai Dinculescu "]