Skip to content

v0.3.10

Compare
Choose a tag to compare
@TLINDEN TLINDEN released this 13 Dec 10:26
· 8 commits to main since this release

What's Changed

Fixed

Fixed a bug in error handling: when looking for config file[s], we inadvertently ignored stat() errors while we only wanted to ignore os.IsNotExist errors. Now we only ignore if a file does not exist (as we iterate over a list of config file locations anyway) and die in case of any other error (like: permission denied, filename too long, etc).

Full Changelog: v0.3.9...v0.3.10