From d0df226077d3e91c42657fbae2105a2d006bb0d3 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 27 Aug 2023 01:57:41 -0400 Subject: [PATCH] 0.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 190 ++++++++++++++++++ .../napoleon_efire/manifest.json | 2 +- 2 files changed, 191 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..df8ef8b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,190 @@ +# CHANGELOG + + + +## v0.1.0 (2023-08-27) + +### Build + +* build: fix semantic-release process + +Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`d136344`](https://github.com/kaechele/napoleon-efire/commit/d1363449bd8c86ba402343d1ecc7e9e7e4305ec2)) + +* build: use python-semantic-release + +Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`cb50c7b`](https://github.com/kaechele/napoleon-efire/commit/cb50c7bda2cc9c9fa8be0b05c9e60b90bef4d0eb)) + +* build: use hatch + +Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`e441d69`](https://github.com/kaechele/napoleon-efire/commit/e441d69516fa942963cd23c7a404bcda123bed28)) + +* build(deps-dev): bump ruff from 0.0.284 to 0.0.285 + +Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.284 to 0.0.285. +- [Release notes](https://github.com/astral-sh/ruff/releases) +- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) +- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.284...v0.0.285) + +--- +updated-dependencies: +- dependency-name: ruff + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`634b27c`](https://github.com/kaechele/napoleon-efire/commit/634b27c004bef58152b38c926509e64b8e314493)) + +* build(deps-dev): bump ruff from 0.0.282 to 0.0.284 + +Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.282 to 0.0.284. +- [Release notes](https://github.com/astral-sh/ruff/releases) +- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) +- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.282...v0.0.284) + +--- +updated-dependencies: +- dependency-name: ruff + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`c4e0cb4`](https://github.com/kaechele/napoleon-efire/commit/c4e0cb4293d29c9719592521a2af2d5def2e062f)) + +* build(deps-dev): bump ruff from 0.0.280 to 0.0.282 + +Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.280 to 0.0.282. +- [Release notes](https://github.com/astral-sh/ruff/releases) +- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) +- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.280...v0.0.282) + +--- +updated-dependencies: +- dependency-name: ruff + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`d14b2a8`](https://github.com/kaechele/napoleon-efire/commit/d14b2a8f576894565e23a83694fea4cc5815256a)) + +* build(deps-dev): bump ruff from 0.0.278 to 0.0.280 + +Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.278 to 0.0.280. +- [Release notes](https://github.com/astral-sh/ruff/releases) +- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) +- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.278...v0.0.280) + +--- +updated-dependencies: +- dependency-name: ruff + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`2520109`](https://github.com/kaechele/napoleon-efire/commit/252010900fa005b9656b3b5784da40b4a1baa16c)) + +* build(deps-dev): bump ruff from 0.0.267 to 0.0.278 + +Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.267 to 0.0.278. +- [Release notes](https://github.com/astral-sh/ruff/releases) +- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) +- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.267...v0.0.278) + +--- +updated-dependencies: +- dependency-name: ruff + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`9074622`](https://github.com/kaechele/napoleon-efire/commit/9074622199564240bdfb7859e54a50f86c694700)) + +* build(deps-dev): update pip requirement from <23.2,>=21.0 to >=21.0,<23.3 + +Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version. +- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) +- [Commits](https://github.com/pypa/pip/compare/21.0...23.2) + +--- +updated-dependencies: +- dependency-name: pip + dependency-type: direct:production +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`df62378`](https://github.com/kaechele/napoleon-efire/commit/df623787c262bd3142ea2dbde814a0f2733ca554)) + +### Chore + +* chore: sync pre-commit and vscode prettier configs + +Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`d291933`](https://github.com/kaechele/napoleon-efire/commit/d2919330b1cb64b983a7e509385201b6b839b3e6)) + +* chore: run pre-commit on all files + +Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`270d4eb`](https://github.com/kaechele/napoleon-efire/commit/270d4eb684821c75c62519e74dd910998c3cb4b4)) + +* chore: add pre-commit config + +Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`74b09ae`](https://github.com/kaechele/napoleon-efire/commit/74b09aeb6dea39cd6186a81b3243deb90b6679be)) + +* chore: customize repository template + +Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`15ef909`](https://github.com/kaechele/napoleon-efire/commit/15ef909b18bc15a9c62f5897c891d611493f3a1a)) + +* chore: initial commit ([`5c58a10`](https://github.com/kaechele/napoleon-efire/commit/5c58a10164ff6083d4881291c3ac1497e548f198)) + +### Ci + +* ci(deps): bump actions/checkout from 3.5.2 to 3.6.0 + +Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`6315a37`](https://github.com/kaechele/napoleon-efire/commit/6315a37d0d027fd65b92c2d64a704ce90f2b7110)) + +* ci: fix dependabot commit messages + +Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`26b9866`](https://github.com/kaechele/napoleon-efire/commit/26b9866eddd583d13d4b835b8d69d11ad4c17a89)) + +* ci: fix linting + +Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`5c23032`](https://github.com/kaechele/napoleon-efire/commit/5c230325b6d123bd8eb44eac8b7e15f989d53eff)) + +* ci(deps): bump actions/checkout from 3.5.2 to 3.5.3 + +Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. +- [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.5.2...v3.5.3) + +--- +updated-dependencies: +- dependency-name: actions/checkout + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`1a50e89`](https://github.com/kaechele/napoleon-efire/commit/1a50e898cd829c7b399f6e8dfbcbf556192274d6)) + +* ci(deps): bump actions/setup-python from 4.6.1 to 4.7.0 + +Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0. +- [Release notes](https://github.com/actions/setup-python/releases) +- [Commits](https://github.com/actions/setup-python/compare/v4.6.1...v4.7.0) + +--- +updated-dependencies: +- dependency-name: actions/setup-python + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`c01469d`](https://github.com/kaechele/napoleon-efire/commit/c01469dbcfb8c58b1390fcf9277f85dd818be7e0)) + +### Feature + +* feat: initial import of component + +Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`a45d0d2`](https://github.com/kaechele/napoleon-efire/commit/a45d0d291ef0c1655c9d6b7765b04feace21e734)) + +### Fix + +* fix: add issue tracker to manifest + +Signed-off-by: Felix Kaechele <felix@kaechele.ca> ([`5e4e483`](https://github.com/kaechele/napoleon-efire/commit/5e4e48337efce5f7addb603c1dd927246a5e7235)) diff --git a/custom_components/napoleon_efire/manifest.json b/custom_components/napoleon_efire/manifest.json index 65e99c2..922725b 100644 --- a/custom_components/napoleon_efire/manifest.json +++ b/custom_components/napoleon_efire/manifest.json @@ -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.1.1"], - "version": "0.0.0" + "version": "0.1.0" }