Skip to content

Releases: Kartikey2011yadav/fpm

Release list

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 07:50

Changelog

  • 65b7574 fix: homebrew trigger on tag push, docker lowercase tags

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 07:42

Changelog

  • cfb38ed change name from fpm-pkg -> fpm-cli for pypi
  • b818536 fix: UnlockFileEx API signature is (hFile, dwReserved, nNumberOfBytesToUnlockLow, nNumberOfBytesToUnlockHigh, lpOverlapped) — the Overlapped pointer must be the last argument (position 5), not position 3. The old code was passing it as arg 3, causing Windows to treat the integer 1 as a pointer, triggering the access violation (Exception 0xc0000005).
  • 482e64d fix: lowercase docker image tags for GHCR compatibility
  • 55f9018 precommit hooks, CI/CD fixes
  • a742e4d upgrade golangci-lint version