Skip to content

Commit

Permalink
[skip ci] 0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 26, 2023
1 parent a23f0d3 commit 86e974e
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-->

## v0.2.1 (2023-06-26)

### Fix

* Remove loop parameter from timeout ([`d0d25b3`](https://github.com/alandtse/pr_custom_component/commit/d0d25b3d5de96eecc717467dd8deefaa519eb9d4))

### Documentation

* Switch logo to remove HA house ([`0228592`](https://github.com/alandtse/pr_custom_component/commit/0228592116ff3741c55c42b23ddc2a45b1c468eb))

## v0.2.0 (2021-03-29)
### Feature
* Autogenerate minimal translations ([`55f56d1`](https://github.com/alandtse/pr_custom_component/commit/55f56d109a88d42790f547118eabe4390ce2e6fb))
Expand Down
2 changes: 1 addition & 1 deletion custom_components/pr_custom_component/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
DOMAIN = "pr_custom_component"
HACS_DOMAIN = "hacs"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "0.2.0"
VERSION = "0.2.1"
ISSUE_URL = "https://github.com/alandtse/pr_custom_component/issues"

# GitHub constants
Expand Down
2 changes: 1 addition & 1 deletion custom_components/pr_custom_component/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/alandtse/pr_custom_component/issues",
"requirements": ["aiofiles>=0.6.0"],
"version": "0.2.0"
"version": "0.2.1"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pr_custom_component"
version = "0.2.0"
version = "0.2.1"
description = "A home assistant integration to install a HA pull request as a custom component."
authors = ["Alan D. Tse <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 86e974e

Please sign in to comment.