From d6846b71d5a665701733da9dad7bd3bb6ab0a276 Mon Sep 17 00:00:00 2001 From: Andreas Poehlmann Date: Wed, 30 Aug 2023 18:41:28 +0200 Subject: [PATCH] update changelog for v0.1.3 release --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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