Skip to content

mountinfo/v0.5.0

Compare
Choose a tag to compare
@kolyshkin kolyshkin released this 05 Nov 07:58
fbd276c

Potentially breaking changes

  • Go versions < 1.16 are no longer supported
  • Mounted: in case the argument does not exist, it now returns an appropriate error. Previously, this condition was treated as "not a mount point", with no error returned, but in fact such path could be an unreachable mount point (overshadowed by another mount). In case callers are not interested in such error, they should filter it out, e.g. if !errors.Is(err, os.IsNotExist).

What's Changed

New Contributors

Full Changelog: mountinfo/v0.4.1...mountinfo/v0.5.0