Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 19:03
· 19 commits to master since this release

0.9.0 (2022-11-22)

Bug Fixes

  • blob: properly initialize default last_modified (d831bee)
  • windows: consistent path separator in resolve (44f5ca0)
  • windows: file:/// paths had the wrong suffix (674a109)
  • windows: return None owner on windows where not implemented (abd28c4)

Features

  • Pathy: raise error when not using Pathy.fluid for absolute paths (e7f4e73), closes #87
  • windows: add windows CI test execution (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.