Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.10.0](v0.9.0...v0.10.0) (2022-11-23) ### Bug Fixes * **stat:** return BlobStat for all pathy paths ([#96](#96)) ([f092605](f092605)) ### BREAKING CHANGES * **stat:** Previously when using Pathy.fluid paths that point to local file system paths, Pathy would return an `os.stat_result` rather than a `BlobStat`. This made it difficulty to treat mixed paths consistently. Now Pathy returns a BlobStat structure for local and remote paths. If you need to use `os.stat_result` you can still call `os.stat(my_path)` to access it.
- Loading branch information