Skip to content

Commit

Permalink
Merge pull request #4 from mihsu81/implement-versioning
Browse files Browse the repository at this point in the history
TGW 0.2.0 & implement versioning
  • Loading branch information
mihsu81 authored Jun 10, 2022
2 parents b74acb0 + 2a7eff0 commit 8f5610f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions theengsgateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## [1.0.0] - 2022-06-10

## What's Changed
* Add auto discovery options by @1technophile in https://github.com/mihsu81/addon-theengsgw/pull/1
* Fix issue with missing , in config file and list of filtered model ID by @1technophile in https://github.com/mihsu81/addon-theengsgw/pull/2
* Change Dockerfile to install TheengsGateway v0.2.0; Change add-on version from dev to 1.0.0 @mihsu81 https://github.com/mihsu81/addon-theengsgw/pull/4

## New Contributors
* @1technophile made their first contribution in https://github.com/mihsu81/addon-theengsgw/pull/1

**Full Changelog**: https://github.com/mihsu81/addon-theengsgw/commits/1.0.0
2 changes: 1 addition & 1 deletion theengsgateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BUILD_FROM
FROM $BUILD_FROM
LABEL io.hass.version="dev" io.hass.type="addon" io.hass.arch="armv7|armhf|aarch64|i386|amd64"
LABEL io.hass.version="1.0.0" io.hass.type="addon" io.hass.arch="armv7|armhf|aarch64|i386|amd64"
RUN apt-get update && apt-get upgrade -y && \
apt-get install --no-install-recommends -y build-essential bluez python3-pip python3-dev && \
pip3 install --extra-index-url=https://www.piwheels.org/simple TheengsGateway==0.2.0
Expand Down
2 changes: 1 addition & 1 deletion theengsgateway/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TheengsGateway",
"version": "dev",
"version": "1.0.0",
"slug": "theengsgw",
"description": "TheengsGateway HA Add-on",
"url": "https://github.com/mihsu81/addon-theengsgw",
Expand Down

0 comments on commit 8f5610f

Please sign in to comment.