Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 16, 2023
1 parent 4e80544 commit 95dc00b
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 1 deletion.
128 changes: 128 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,134 @@



## v0.2.0 (2023-10-16)

### Build

* build: use python-semantic-release for building

Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`3d955f6`](https://github.com/kaechele/napoleon-efire/commit/3d955f6598d156679a5b4ad7875e4ed2e9a4153d))

* build: add env paths for VSCode compatibility

Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`568f794`](https://github.com/kaechele/napoleon-efire/commit/568f794da42c0c017496bc0583ad351d45919f0f))

### Ci

* ci: bump actions/setup-python from 4.7.0 to 4.7.1

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.7.0...v4.7.1)

---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com> ([`6070ee6`](https://github.com/kaechele/napoleon-efire/commit/6070ee6510eec0f9a9b6dfec6d2edfe9cb699c3a))

* ci: bump actions/checkout from 4.0.0 to 4.1.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com> ([`1718056`](https://github.com/kaechele/napoleon-efire/commit/17180563387c1107c677f30a5704b5833d24de94))

### Feature

* feat: use new power setting mode

Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`76dabb7`](https://github.com/kaechele/napoleon-efire/commit/76dabb7e6d2aaaac098882aa8432a35ad1114472))

* feat: make flame a light entity

Combining the flame on/off switch and flame height number entity into
one entity.

Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`cffbb80`](https://github.com/kaechele/napoleon-efire/commit/cffbb8013cd524b065d68121e7227022950cff2f))

### Fix

* fix: python-semantic-release build process

Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`4e80544`](https://github.com/kaechele/napoleon-efire/commit/4e8054471c4beb70cdd6d2aacdeb4a773ccb3c34))

* fix: ensure features remain sorted and consistent

Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`2c502aa`](https://github.com/kaechele/napoleon-efire/commit/2c502aa4ac226fd2f764b936571a38ca8b43381c))

* fix: use coordinator in switch entity

Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`3fa8c6a`](https://github.com/kaechele/napoleon-efire/commit/3fa8c6ad29721cc546c33bd7864f9d207edc30c7))

* fix: remove unnecessary setting of state in light entity

Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`67f1df2`](https://github.com/kaechele/napoleon-efire/commit/67f1df2be212a089ba75a710b2df1825ad6cfb90))

* fix: specify python version for default environment

Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`6991e10`](https://github.com/kaechele/napoleon-efire/commit/6991e10e3104fcc094b441994ce6d9830cb191fc))


## v0.1.1 (2023-09-07)

### Build

* build: ignore autogenerated CHANGELOG.md in prettier pre-commit hook

Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`0de8a81`](https://github.com/kaechele/napoleon-efire/commit/0de8a81fdea93c238a39a1cb5eec440d026f115b))

* build(deps): update pre-commit hooks

Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`c754d71`](https://github.com/kaechele/napoleon-efire/commit/c754d717f36e97790c093c30ffe9e838d80fda85))

### Chore

* chore: fix gitignore

Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`eb0daf5`](https://github.com/kaechele/napoleon-efire/commit/eb0daf55679e8732d77877851bfd183edbc002b5))

### Ci

* ci: bump actions/checkout from 3.6.0 to 4.0.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.6.0...v4.0.0)

---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com> ([`2d186b1`](https://github.com/kaechele/napoleon-efire/commit/2d186b1edd0db9d88a34de61c35f9389c7ac2833))

### Fix

* fix: update manifest for v0.1.2

Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`de57600`](https://github.com/kaechele/napoleon-efire/commit/de576000b4faf3a9097ec29abac6edc51e105268))

* fix(deps): update pybonaparte to 0.1.2

Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`9808e36`](https://github.com/kaechele/napoleon-efire/commit/9808e36c204653434008e3576071535084f31bde))


## v0.1.0 (2023-08-27)

### Build
Expand Down
2 changes: 1 addition & 1 deletion custom_components/napoleon_efire/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/kaechele/napoleon-efire/issues",
"requirements": ["bluetooth-data-tools>=0.2.0", "pybonaparte==0.2.0"],
"version": "0.1.1"
"version": "0.2.0"
}

0 comments on commit 95dc00b

Please sign in to comment.