diff --git a/CHANGELOG.md b/CHANGELOG.md index 253882fb..8e3c661b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4] +### Changed +- upath: require fsspec>=2022.1.0 (#148). + +### Fixed +- upath.implementation.local: fixes _kwargs in local sub paths (#158). +- upath: fix iterdir trailing slash (#149). +- upath: consistent glob behaviour for "**" patterns (#143). + ## [0.1.3] ### Fixed - upath: restore compatibility with "fsspec<2022.03.0" in line with setup.cfg (#139). @@ -83,7 +92,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.3...HEAD +[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.1.4...HEAD +[0.1.4]: https://github.com/fsspec/universal_pathlib/compare/v0.1.3...v0.1.4 [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