Skip to content

Commit

Permalink
Release v0.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Oct 23, 2024
1 parent 0a65575 commit db09765
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 20 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.17][v0.7.17] - 2024-10-23

### Added

- Added support for the P304 power strip.
Expand All @@ -21,7 +25,7 @@ file. This change log follows the conventions of

- Updated all comments referencing Watts to confirm the correct units are specified.

## [Python Unreleased][Unreleased]
## [Python v0.6.0][py-v0.6.0] - 2024-10-23

### Added

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

[Unreleased]: https://github.com/mihai-dinculescu/tapo
[v0.7.17]: https://github.com/mihai-dinculescu/tapo/tree/v0.7.17
[py-v0.6.0]: https://github.com/mihai-dinculescu/tapo/tree/py-v0.6.0
[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
Expand Down
34 changes: 17 additions & 17 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ chrono = { version = "0.4.34", default-features = false }
pyo3 = { version = "0.22" }
serde = { version = "1.0" }
serde_json = { version = "1.0" }
tokio = { version = "1.40", default-features = false }
tokio = { version = "1.41", default-features = false }
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.16"
version = "0.7.17"
edition = "2021"
license = "MIT"
authors = ["Mihai Dinculescu <[email protected]>"]
Expand Down

0 comments on commit db09765

Please sign in to comment.