Skip to content

Bump manifest version to 0.5.4 - #307

Open
matiasmacera wants to merge 1 commit into
binarydev:mainfrom
matiasmacera:fix/manifest-version-0.5.4
Open

matiasmacera wants to merge 1 commit into
binarydev:mainfrom
matiasmacera:fix/manifest-version-0.5.4

Conversation

@matiasmacera

Copy link
Copy Markdown

Problem

The v0.5.4 release was tagged from a tree whose custom_components/generac/manifest.json
still says "version": "0.5.3". The release has no assets, so HACS installs the source tree
as-is and Home Assistant reports the integration as 0.5.3 while 0.5.4 is what is running.
That makes it harder to tell from diagnostics or bug reports which code a user actually has.

Fix

Set "version" in manifest.json to 0.5.4, matching the latest release and the current
state of main (no code changes since the tag).

How it was checked

  • git show v0.5.4:custom_components/generac/manifest.json"version": "0.5.3".
  • git log v0.5.4..main is empty apart from this change.
  • The release workflow does not inject the version at build time, so the manifest is the
    only source Home Assistant reads.

🤖 Generated with Claude Code

The v0.5.4 release was tagged with manifest.json still at 0.5.3, so
Home Assistant reports the wrong version for installs of that release.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant