Skip to content

Commit

Permalink
Bump crate to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspustina committed Nov 10, 2020
1 parent 2d46ab3 commit d06464d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.5.0] - 2020-10-12

### Change

* `NetatmoClient::get_station_data` returns a modified `StationData` struct.

The changes occurred in the sub-struct `Administrative`. `pressureunit` is now an `Option<u64>` and `country` has been added.

*Attention*: This is a breaking change necessary due to different responses from some Netatmo devices.


## [0.3.0] - 2020-01-27

### Add

* API endpoints
* [home status](https://dev.netatmo.com/apidocumentation/energy#homestatus)
* [homes data](https://dev.netatmo.com/apidocumentation/energy#homesdata)
* [set room thermpoint](https://dev.netatmo.com/apidocumentation/energy#setroomthermpoint)

[Unreleased]: https://github.com/centerdevice/ceres/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/centerdevice/ceres/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/centerdevice/ceres/compare/v0.3.0...v0.5.0
[0.3.0]: https://github.com/centerdevice/ceres/compare/v0.2.1...v0.3.0

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netatmo-rs"
version = "0.4.0"
version = "0.5.0"
authors = ["Lukas Pustina <[email protected]>"]
description = "Simple library to talk to Netatmo's API"
repository = "https://github.com/lukaspustina/netatmo-rs.git"
Expand Down

0 comments on commit d06464d

Please sign in to comment.