Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.9.0](v0.8.1...v0.9.0) (2022-11-22) ### Bug Fixes * **blob:** properly initialize default last_modified ([d831bee](d831bee)) * **windows:** consistent path separator in resolve ([44f5ca0](44f5ca0)) * **windows:** file:/// paths had the wrong suffix ([674a109](674a109)) * **windows:** return None owner on windows where not implemented ([abd28c4](abd28c4)) ### Features * **Pathy:** raise error when not using Pathy.fluid for absolute paths ([e7f4e73](e7f4e73)), closes [#87](#87) * **windows:** add windows CI test execution ([504823d](504823d)) ### BREAKING CHANGES * **Pathy:** Previously Pathy would allow you to initialize Pathy instances with absolute system paths (unix and windows). Now Pathy raises a ValueError if given an absolute system path that suggest using Pathy.fluid instead.
- Loading branch information