Skip to content

Commit fce405a

Browse files
committed
chore(main): release 0.0.8
1 parent adc9d99 commit fce405a

5 files changed

Lines changed: 25 additions & 4 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.7"
2+
".": "0.0.8"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.0.8](https://github.com/bakerkj/ha-cpu-capacity-integration/compare/v0.0.7...v0.0.8) (2026-06-04)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps:** update github-actions ([adc9d99](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/adc9d996f8d1af1ed55de5560b9eadbe8aada0ed))
9+
* **deps:** update github-actions ([b33d888](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/b33d88877628def0c279b267ff77cfd2a54aa40b))
10+
* **deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.15.14 ([84fd1b5](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/84fd1b569e37e1f6a980e1aff17379f0326c5372))
11+
* **deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.15.14 ([251205e](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/251205ed61c8f1166bb6d3a71dd2f30757760133))
12+
* **deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.15.15 ([892e19c](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/892e19ca83e7e782f0542ed85d044fcbadfa67f7))
13+
14+
15+
### Continuous Integration
16+
17+
* add HACS token and move ruff to py314 (inferred) ([d534c73](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/d534c73e04fe0a3a7d92ac3b5f390e0844e31d4a))
18+
* add HACS token and move ruff to py314 (inferred) ([229145a](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/229145a3a36a5c3a8663a799c6b5a4d801a12215))
19+
* **prek:** cache prek hook envs across runs ([32de958](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/32de95840339faa32ca0e83a70b64ac1cc8cab07))
20+
* **prek:** cache prek hook envs across runs ([7b4a056](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/7b4a056f2ec208e06d776e007f28b3835df30521))
21+
* transition pre-commit to prek with built-in hooks ([03396b2](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/03396b23f3b591f809ee7ffbffad066542de455c))
22+
* transition pre-commit to prek with built-in hooks ([12b1269](https://github.com/bakerkj/ha-cpu-capacity-integration/commit/12b1269bfb225d629c5d7f6755e03b7133707961))
23+
324
## [0.0.7](https://github.com/bakerkj/ha-cpu-capacity-integration/compare/v0.0.6...v0.0.7) (2026-05-16)
425

526

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.7",
4+
"version": "0.0.8",
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.7" # x-release-please-version
3+
version = "0.0.8" # x-release-please-version
44
requires-python = ">=3.14.2"
55
dependencies = []
66

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)