Skip to content

v1.9.3

Choose a tag to compare

@Jamie-BitFlight Jamie-BitFlight released this 04 Feb 02:58
· 312 commits to main since this release

1.9.3 (2026-02-04)

Bug Fixes

  • auto-detect owner/repo/version from target repo directory (c3099a5)
  • detect version from target repo releases/tags (f20021d)
  • document project's actual rule enforcement, not Biome defaults (8006731)
  • enable strict Biome linting and fix all violations (8506785)
  • fail integration tests when validation checks fail (42898b4)
  • fetch tags when checking out test repositories (c2c61c7)
  • handle .git URLs without suffix in actions/checkout (e694d09)
  • pass owner/repo to integration tests (4e4c3fd)
  • prioritize .git/config from target directory over GITHUB_REPOSITORY (ac2e10e)
  • prioritize git tags for version detection (GitHub Actions standard) (e5c9434)
  • replace forEach exception with proper for...of entries() pattern (6f5873c)
  • show full diff in integration test output (acee396)