Skip to content

Releases: nlnwa/fai

v0.2.1

13 Dec 13:52
ddbc0b6
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #2
  • Fix nil pointer exception by @maeb in #3

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

20 Nov 09:29
8defb3f
Compare
Choose a tag to compare

What's Changed

  • Use "md5sum -b" style separator in generated checksum files by @maeb in #1

New Contributors

  • @maeb made their first contribution in #1

Full Changelog: v0.1.2...v0.2.0

v0.1.2

07 Nov 15:30
Compare
Choose a tag to compare
fix: only use basename of filepath in generated checksum file

v0.1.1

07 Nov 14:46
Compare
Choose a tag to compare
fix: use temp dir as specified by flag

This commit fixes the temp dir path to be exactly as specified
by the provided flag. By appending a suffix path the validation
will fail spuriously because the temp dir cannot be accessed if it
does not exist.

v0.1.0

06 Nov 09:09
Compare
Choose a tag to compare
Initial commit