Skip to content

Commit

Permalink
Release v0.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Sep 18, 2024
1 parent 1329e7b commit 89ff179
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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.15][v0.7.15] - 2024-09-18

### Added

- The `LowBattery` variant has been added to the `S200BLog` enum.
Expand All @@ -25,7 +29,7 @@ file. This change log follows the conventions of

- The deprecated `past24h`, `past7d`, `past30d` and `past1y` fields have been removed from `EnergyUsageResult`. This data is now available exclusively through `get_energy_data`'s `EnergyDataResult` response.

## [Python Unreleased][Unreleased]
## [Python v0.5.0][py-v0.5.0] - 2024-09-18

### Added

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

[Unreleased]: https://github.com/mihai-dinculescu/tapo
[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
[py-v0.4.0]: https://github.com/mihai-dinculescu/tapo/tree/py-v0.4.0
[v0.7.13]: https://github.com/mihai-dinculescu/tapo/tree/v0.7.13
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.

0 comments on commit 89ff179

Please sign in to comment.