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.