Skip to content

0.3.1

Compare
Choose a tag to compare
@allevato allevato released this 13 Mar 22:09

paths.relativize now supports paths with leading .. segments when the second path is nested under the first.

For example, paths.relativize("../foo", "../foo/bar") returns "bar" instead of failing.