Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 10, 2024
1 parent 067bd3b commit 97a08d2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--next-version-placeholder-->

## v5.0.0 (2024-03-10)

### Fix

* Some sensors should be "unavailable" when the tracker is offline ([#372](https://github.com/eifinger/hass-weenect/issues/372)) ([`067bd3b`](https://github.com/eifinger/hass-weenect/commit/067bd3ba3a710c8c7d10033fb810d7b43a482682))

### Breaking

* some sensors should be "unavailable" when the tracker is offline ([#372](https://github.com/eifinger/hass-weenect/issues/372)) ([`067bd3b`](https://github.com/eifinger/hass-weenect/commit/067bd3ba3a710c8c7d10033fb810d7b43a482682))

## v4.1.0 (2024-03-06)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion custom_components/weenect/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Base component constants
NAME = "Weenect"
DOMAIN = "weenect"
VERSION = "4.1.0"
VERSION = "5.0.0"
ATTRIBUTION = "Data provided by https://my.weenect.com/"
ISSUE_URL = "https://github.com/eifinger/hass-weenect/issues"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/weenect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"requirements": [
"aioweenect==1.1.1"
],
"version": "4.1.0"
"version": "5.0.0"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "hass-weenect"
version = "4.1.0"
version = "5.0.0"
description = "Homeassistant Custom Component for Weenect"
license = "MIT"
authors = ["Kevin Stillhammer <kevin.stillhammer@gmail.com>"]
Expand Down

0 comments on commit 97a08d2

Please sign in to comment.