Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 May 21:28

0.2.0 (2026-05-14)

Bug Fixes

  • apply biome formatting and fix smoke test event type (4620c80)
  • bump Node.js to v22 for semantic-release compatibility (aee4430)
  • derive UpdateResult.source from ParsedEntry; document cache key convention (9aa98e3)
  • guard semverCoerce to partial-semver refs only; add edge-case tests (d477800)
  • reject array-valued cache buckets in readCache (5229643)
  • remove dead guard in fetchLatestGithubTag (2b93688)
  • update name from max-version entry; skip writeCache when no fetches occurred (c3cebc3)
  • use semver.valid to filter GitHub tags; remove unused GithubTagFetcher type (0e3ca7b)

Features

  • add GitHub git-pinned plugin update checks (3977934)
  • add GitHub tags fetcher (51c43e4)
  • migrate cache to v2 schema with per-source buckets (72402ab)
  • parse GitHub git-pinned plugin entries (4cdabf9)
  • render git-github updates with (git) tag in toast (3a43d7b)
  • update runCheck to dispatch per source with v2 cache (c9cd5af)
  • update types for git-github source support (bc155b1)
  • wire fetchLatestGithubTag into plugin entry point (85168db)