Skip to content

Commit

Permalink
[skip ci] 0.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Apr 30, 2021
1 parent f173b68 commit cf43679
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v0.1.1 (2021-04-30)
### Fix
* Change structure to not override core ([`f173b68`](https://github.com/alandtse/tesla/commit/f173b6823a7c0f259ac2c5a94341820c6ae83fbf))

### Documentation
* Update instructions for upgrading from core ([`3b67b24`](https://github.com/alandtse/tesla/commit/3b67b24460a4c07e75917d0b6dfd9bbb9f2ace5d))

## v0.1.0 (2021-04-29)
### Feature
* Initial commit ([`c12aadf`](https://github.com/alandtse/tesla/commit/c12aadf808053cb67a1fb05d1b95940a0775a889))
2 changes: 1 addition & 1 deletion custom_components/tesla_custom/const.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Const file for Tesla cars."""
VERSION = "0.1.0"
VERSION = "0.1.1"
CONF_WAKE_ON_START = "enable_wake_on_start"
CONF_EXPIRATION = "expiration"
DOMAIN = "tesla_custom"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/tesla_custom/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
}
],
"iot_class": "cloud_polling",
"version": "0.1.0"
"version": "0.1.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 = "tesla"
version = "0.1.0"
version = "0.1.1"
description = "A fork of the Home Assistant tesla integration using a oauth proxy to login."
authors = ["Alan D. Tse <alandtse@gmail.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit cf43679

Please sign in to comment.