Skip to content

Commit c7fe07e

Browse files
authored
Merge pull request #13 from bakerkj/release-please--branches--main--components--ha-cpu-capacity-integration
chore(main): release 0.0.5
2 parents 8447ebd + b2a24af commit c7fe07e

4 files changed

Lines changed: 28 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.4"
2+
".": "0.0.5"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## [0.0.5](https://github.com/bakerkj/ha-cpu-capacity-integration/compare/v0.0.4...v0.0.5) (2026-05-10)
4+
5+
6+
### Features
7+
8+
* automate releases with release-please and commitlint ([8447ebd](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/8447ebd73db5df2fd948ef66cd4122223ec2a59e))
9+
* automate releases with release-please and commitlint ([64e52cb](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/64e52cb3f5d7dc1090fbe86a6663f4acf09c48e7))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* **deps:** update actions/cache action to v5.0.5 ([a502de9](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/a502de98b9518a082945cf46a0507a4190d887bb))
15+
* **deps:** update actions/cache action to v5.0.5 ([825418b](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/825418bc54db023aaa012c5224e133546b761552))
16+
* **deps:** update astral-sh/setup-uv action to v8 ([1be7773](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/1be7773dfd069d1c51bafa39937793b301d1c75c))
17+
* **deps:** update astral-sh/setup-uv action to v8 ([2bea3ad](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/2bea3adf6d10bd78bdf55811104127bd3505be43))
18+
* **deps:** update pre-commit hook pre-commit/mirrors-mypy to v2 ([4c595c0](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/4c595c0648018ab31c10cf570073ac0ca43d72a6))
19+
* **deps:** update pre-commit hook pre-commit/mirrors-mypy to v2 ([c0a8b70](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/c0a8b7021f8d6e384972ca3102cb243655bcd097))
20+
* **deps:** update pre-commit hook python-jsonschema/check-jsonschema to v0.37.2 ([a65047e](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/a65047e6b47483d5464286f87c416946c4a5ecfb))
21+
* **deps:** update pre-commit hook python-jsonschema/check-jsonschema to v0.37.2 ([d625cd2](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/d625cd2dbb590ef9a5c5987bf4c70e1980f225ce))
22+
* **deps:** update pre-commit hooks ([7766694](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/7766694440208e2da3144a9af1dbf82a4b02e0a5))
23+
* **deps:** update pre-commit hooks ([2da4c92](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/2da4c929be04f3f0acc64d9957829449a9cd3650))
24+
* rename default branch from master to main ([f72f2c1](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/f72f2c1136eb8900a956c893548dedc3262e00a2))
25+
* rename default branch from master to main ([8b0e5be](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/8b0e5be18902eb8f22fc73efee99fdf0edcb14fd))

custom_components/cpu_capacity/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"domain": "cpu_capacity",
33
"name": "CPU Capacity",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"config_flow": true,
66
"documentation": "https://github.com/bakerkj/ha-cpu-capacity-integration",
77
"issue_tracker": "https://github.com/bakerkj/ha-cpu-capacity-integration/issues",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ha-cpu-capacity-integration"
3-
version = "0.0.4" # x-release-please-version
3+
version = "0.0.5" # x-release-please-version
44
requires-python = ">=3.14.2"
55
dependencies = []
66

0 commit comments

Comments
 (0)