Releases: Kartikey2011yadav/fpm
Releases · Kartikey2011yadav/fpm
Release list
v0.2.1
v0.2.0
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