Skip to content

Commit 380144c

Browse files
authored
update changelog (#205)
1 parent 041aca1 commit 380144c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99
...
1010

11+
## [0.2.2] - 2024-03-04
12+
### Fixed
13+
- upath: fixed comparison with pathlib.Path on py<3.12 (#203)
14+
- upath: imports of filesystem classes are now lazy (#200)
15+
- upath: open() now passes fsspec options through to fsspec (#204)
16+
- upath: fixed regression for args that implement `__fspath__` different from `__str__` (#200)
17+
- docs: fixed entrypoint examples for UPath subclass registration (#196)
18+
1119
## [0.2.1] - 2024-02-18
1220
### Added
1321
- upath: added `UPath.joinuri()` (#189)
@@ -118,8 +126,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
118126
### Added
119127
- started a changelog to keep track of significant changes
120128

121-
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.2.1...HEAD
122-
[0.2.0]: https://github.com/fsspec/universal_pathlib/compare/v0.2.0...v0.2.1
129+
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.2.2...HEAD
130+
[0.2.2]: https://github.com/fsspec/universal_pathlib/compare/v0.2.1...v0.2.2
131+
[0.2.1]: https://github.com/fsspec/universal_pathlib/compare/v0.2.0...v0.2.1
123132
[0.2.0]: https://github.com/fsspec/universal_pathlib/compare/v0.1.4...v0.2.0
124133
[0.1.4]: https://github.com/fsspec/universal_pathlib/compare/v0.1.3...v0.1.4
125134
[0.1.3]: https://github.com/fsspec/universal_pathlib/compare/v0.1.2...v0.1.3

0 commit comments

Comments
 (0)