Skip to content

Commit a5f55d0

Browse files
committed
[skip ci] 0.2.0
Automatically generated by python-semantic-release
1 parent cf8eea2 commit a5f55d0

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.2.0 (2021-03-29)
6+
### Feature
7+
* Autogenerate minimal translations ([`55f56d1`](https://github.com/alandtse/pr_custom_component/commit/55f56d109a88d42790f547118eabe4390ce2e6fb))
8+
9+
### Fix
10+
* Set device_info model to update version ([`496f95f`](https://github.com/alandtse/pr_custom_component/commit/496f95f04302c2abe8865644501495e86ce8ad15))
11+
* Convert timestamp to proper semantic version ([`fa4a7b9`](https://github.com/alandtse/pr_custom_component/commit/fa4a7b93040c243d015abbd51c18f3ccfa4310ba))
12+
13+
### Documentation
14+
* Switch to weekly commit-activity ([`065ac17`](https://github.com/alandtse/pr_custom_component/commit/065ac17156e961be6be9f4ca5377cbc42a2d349f))
15+
* Fix commit shield ([`653cbaf`](https://github.com/alandtse/pr_custom_component/commit/653cbaf0d489a8f8aa217f0d93606cc409614b7c))
16+
517
## v0.1.4 (2021-03-23)
618
### Fix
719
* Fix import error of Typing ([`3e6c49c`](https://github.com/alandtse/pr_custom_component/commit/3e6c49c2c436beb4cec8c2b1bbd808890960ac95))

custom_components/pr_custom_component/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
DOMAIN = "pr_custom_component"
1515
HACS_DOMAIN = "hacs"
1616
DOMAIN_DATA = f"{DOMAIN}_data"
17-
VERSION = "0.1.4"
17+
VERSION = "0.2.0"
1818
ISSUE_URL = "https://github.com/alandtse/pr_custom_component/issues"
1919

2020
# GitHub constants

custom_components/pr_custom_component/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"documentation": "https://github.com/alandtse/pr_custom_component",
55
"issue_tracker": "https://github.com/alandtse/pr_custom_component/issues",
66
"dependencies": [],
7-
"version": "0.1.4",
7+
"version": "0.2.0",
88
"config_flow": true,
99
"codeowners": ["@alandtse"],
1010
"requirements": ["aiofiles~=0.6.0"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pr_custom_component"
3-
version = "0.1.4"
3+
version = "0.2.0"
44
description = "A home assistant integration to install a HA pull request as a custom component."
55
authors = ["Alan D. Tse <alandtse@gmail.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)