Skip to content

Commit

Permalink
Prepare for release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert van Bregt committed Feb 5, 2021
1 parent ae4d860 commit 7094b4c
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,11 +6,16 @@ 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).

## [Unreleased]

## [0.1.2] - 2021-02-05
### Added
- Logos and icons
- HACS validation
- HACS custom setup

### Fixed
- Missing import of constant

## [0.1.1] - 2021-02-05
### Added
- Linter workflow for [black](https://black.readthedocs.io/en/stable/).
Expand All @@ -20,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release.
- Added sensors for Euro95, Diesel and LPG prices.

[unreleased]: https://github.com/metbril/home-assistant-brandstofprijzen/compare/v0.1.1...HEAD
[unreleased]: https://github.com/metbril/home-assistant-brandstofprijzen/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/metbril/home-assistant-brandstofprijzen/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/metbril/home-assistant-brandstofprijzen/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/metbril/home-assistant-brandstofprijzen/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion custom_components/brandstofprijzen/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "brandstofprijzen",
"name": "Brandstofprijzen",
"version": "0.1.1",
"version": "0.1.2",
"documentation": "https://github.com/metbril/home-assistant-brandstofprijzen",
"issue_tracker": "https://github.com/metbril/home-assistant-brandstofprijzen/issues",
"dependencies": [],
Expand Down

0 comments on commit 7094b4c

Please sign in to comment.