Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.5.0](v0.4.0...v0.5.0) (2021-04-22) ### Bug Fixes * **auto-import:** move public exports into __init__.py ([fd09021](fd09021)) * **cli:** ls returns code 1 from invalid sources ([b2ff829](b2ff829)) * **samefile:** compare self.key to other.key not self.key ([688628e](688628e)) ### BREAKING CHANGES * **auto-import:** Previously you could import symbols directly from their files in the module, e.g. `from pathy.base import Pathy`. Now you must import them from the base package, e.g. `from pathy import Pathy`.
- Loading branch information