Skip to content

Commit

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

## [Unreleased]

## [v0.4.0] - 2023-02-25

### Added

- `get_energy_data` is now available for the *P110* devices.
- `get_energy_data` is now available for the *P110* devices. (thanks to @kuhschnappel)

### Changed

Expand Down Expand Up @@ -60,6 +62,7 @@ file. This change log follows the conventions of
### Initial Release of Tapo

[unreleased]: https://github.com/mihai-dinculescu/tapo
[v0.4.0]: https://github.com/mihai-dinculescu/tapo/tree/v0.4.0
[v0.3.1]: https://github.com/mihai-dinculescu/tapo/tree/v0.3.1
[v0.3.0]: https://github.com/mihai-dinculescu/tapo/tree/v0.3.0
[v0.2.1]: https://github.com/mihai-dinculescu/tapo/tree/v0.2.1
Expand Down
22 changes: 11 additions & 11 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
@@ -1,6 +1,6 @@
[package]
name = "tapo"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
license = "MIT"
authors = ["Mihai Dinculescu <[email protected]>"]
Expand Down

0 comments on commit db2467c

Please sign in to comment.