chore: changelog for 0.1.7
This commit is contained in:
parent
c8360877e9
commit
54e6b80675
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -5,12 +5,22 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.1.7] - 2023-10-20
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- API for HVAC: `auto_conditioning_start`, `auto_conditioning_stop`, `set_temps`.
|
||||||
|
- API for locking: `door_lock`, `door_unlock`, `remote_start_drive`.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- RequestData is now private because it's not used outside of the crate.
|
- RequestData is now private because it's not used outside of the crate.
|
||||||
- RequestData variants fixed lints: GET -> Get.
|
- RequestData variants fixed lints: GET -> Get.
|
||||||
|
- `ClimateState.inside_temp` is now `Optional`.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Trim spaces around access token string.
|
||||||
|
|
||||||
## [0.1.6] - 2023-10-10
|
## [0.1.6] - 2023-10-10
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue