Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jan 23:01
· 4 commits to master since this release

0.11.0 (2024-01-11)

Features

BREAKING CHANGES

  • Pathy.key returns a str rather than a Pathy instance
  • Pathy no longer inherits from pathlib.Path

This means Pathy does not support directly accepting and working with file system paths. You must use Pathy.fluid or pathlib.Path to construct your file system paths. Pathy will continue to interoperate with them as needed to accommodate its public API.