Skip to content

Commit

Permalink
[skip ci] 0.1.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 23, 2021
1 parent 25974f4 commit 815eed0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v0.1.3 (2021-03-23)
### Fix
* Add check to avoid deleting custom_components ([`6cc9c62`](https://github.com/alandtse/pr_custom_component/commit/6cc9c62849a280cad07e7984eeacca1eb7200324))

### Documentation
* Fix typo in readme ([`9ed87af`](https://github.com/alandtse/pr_custom_component/commit/9ed87af02848cd0c27693ac1801b06bf47343221))
* Resize images ([`8088b3d`](https://github.com/alandtse/pr_custom_component/commit/8088b3d13e76f659a569c3aab2699f96d4733949))

## v0.1.2 (2021-03-23)
### Fix
* Remove redundant ha core requirements ([`8b4896a`](https://github.com/alandtse/pr_custom_component/commit/8b4896a475e74549c368cc64ab313b372d49c402))
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.1.2"
VERSION = "0.1.3"
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 @@ -4,7 +4,7 @@
"documentation": "https://github.com/alandtse/pr_custom_component",
"issue_tracker": "https://github.com/alandtse/pr_custom_component/issues",
"dependencies": [],
"version": "0.1.2",
"version": "0.1.3",
"config_flow": true,
"codeowners": ["@alandtse"],
"requirements": ["aiofiles~=0.6.0"]
Expand Down
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.1.2"
version = "0.1.3"
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 815eed0

Please sign in to comment.