Skip to content

Commit

Permalink
Prepare for release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert van Bregt committed Feb 5, 2021
1 parent cfbfb4c commit 63b1765
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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.1] - 2021-02-05
### Added
- Linter workflow for [black](https://black.readthedocs.io/en/stable/).

Expand All @@ -14,5 +16,6 @@ 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.0...HEAD
[unreleased]: https://github.com/metbril/home-assistant-brandstofprijzen/compare/v0.1.1...HEAD
[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.0",
"version": "0.1.1",
"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 63b1765

Please sign in to comment.