Update the changelog

This commit is contained in:
Paul van Tilburg 2023-01-13 19:33:09 +01:00
parent 745edea875
commit 17491fad78
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 20 additions and 1 deletions

View File

@ -7,9 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.0] - 2023-01-13
### Added
* Add support for multiple services (#3)
* Add support for the Hoymiles service (#2)
* Add `Dockerfile` (and `.dockerignore`) for building Docker images
* Add `docker-compose-yml` for running using Docker Compose
* Add Debian packaging via cargo-deb (#4)
* Add documentation for how to use it with Home Assistant
### Changed
* Change the example port the webservice runs at to 2399
* Update documentation for Docker (Compose) support
* Split off a library crate
* Split off My Autarco support as a separate service
## [0.1.1] - 2023-01-08
Rename Autarco Scraper project to Solar Grabber.
[Unreleased]: https://git.luon.net/paul/solar-grabber/compare/v0.1.1...HEAD
[Unreleased]: https://git.luon.net/paul/solar-grabber/compare/v0.2.0...HEAD
[0.2.0]: https://git.luon.net/paul/solar-grabber/compare/v0.1.1...v0.2.0
[0.1.1]: https://git.luon.net/paul/solar-grabber/src/tag/v0.1.1