File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.4]
11+ ### Changed
12+ - upath: require fsspec>=2022.1.0 (#148 ).
13+
14+ ### Fixed
15+ - upath.implementation.local: fixes _ kwargs in local sub paths (#158 ).
16+ - upath: fix iterdir trailing slash (#149 ).
17+ - upath: consistent glob behaviour for "** " patterns (#143 ).
18+
1019## [ 0.1.3]
1120### Fixed
1221- 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
8392### Added
8493- started a changelog to keep track of significant changes
8594
86- [ Unreleased ] : https://github.com/fsspec/universal_pathlib/compare/v0.1.3...HEAD
95+ [ Unreleased ] : https://github.com/fsspec/universal_pathlib/compare/v0.1.4...HEAD
96+ [ 0.1.4 ] : https://github.com/fsspec/universal_pathlib/compare/v0.1.3...v0.1.4
8797[ 0.1.3 ] : https://github.com/fsspec/universal_pathlib/compare/v0.1.2...v0.1.3
8898[ 0.1.2 ] : https://github.com/fsspec/universal_pathlib/compare/v0.1.1...v0.1.2
8999[ 0.1.1 ] : https://github.com/fsspec/universal_pathlib/compare/v0.1.0...v0.1.1
You can’t perform that action at this time.
0 commit comments