diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6647f81 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 0.1.0 (2026-06-16) + + +### Features + +* scaffold Concerto — the open activity engine for Home Assistant ([008a4fb](https://github.com/HomeOps/concerto/commit/008a4fb09753c91ce16a0c25a79ba7ca1f76b8d9)) + + +### Bug Fixes + +* make CI green — manifest sort, pytest path, HACS topics/brands; pin v0.1.0 ([#2](https://github.com/HomeOps/concerto/issues/2)) ([df25714](https://github.com/HomeOps/concerto/commit/df2571422b3aebe623b2531ed04aa64ebfb8fe3e)) diff --git a/custom_components/concerto/manifest.json b/custom_components/concerto/manifest.json index 45c3a90..f43aade 100644 --- a/custom_components/concerto/manifest.json +++ b/custom_components/concerto/manifest.json @@ -1,12 +1,14 @@ { "domain": "concerto", "name": "Concerto", - "codeowners": ["@HomeOps"], + "codeowners": [ + "@HomeOps" + ], "config_flow": true, "documentation": "https://github.com/HomeOps/concerto", "integration_type": "hub", "iot_class": "local_push", "issue_tracker": "https://github.com/HomeOps/concerto/issues", "requirements": [], - "version": "0.0.0" + "version": "0.1.0" }