Skip to content

Commit 26ba0f3

Browse files
authored
update changelog for release v0.1.4 (#159)
1 parent 8867a0a commit 26ba0f3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)