diff --git a/CHANGELOG.md b/CHANGELOG.md index a91bdf61..253882fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3] +### Fixed +- upath: restore compatibility with "fsspec<2022.03.0" in line with setup.cfg (#139). + ## [0.1.2] ### Added - upath.registry: provide `available_implementations()` and `register_implementation()` (#134). @@ -79,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - started a changelog to keep track of significant changes -[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.1.2...HEAD +[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.1.3...HEAD +[0.1.3]: https://github.com/fsspec/universal_pathlib/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/fsspec/universal_pathlib/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/fsspec/universal_pathlib/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/fsspec/universal_pathlib/compare/v0.0.24...v0.1.0