File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88## [ Unreleased]
99...
1010
11+ ## [ 0.3.5] - 2025-11-09
12+ ### Added
13+ - upath.implementations.cloud: add ` HfPath ` for Hugging Face Hub support (#457 )
14+ - docs: MkDocs documentation on Read The Docs (#468 , #469 )
15+
16+ ### Fixed
17+ - upath: fix ` relative_to ` for simplecache, smb, sftp and extensions (#458 )
18+
19+ ### Changed
20+ - ci: nox and ci updates (#466 )
21+ - upath: update flavours (#467 )
22+
1123## [ 0.3.4] - 2025-10-16
1224### Added
1325- upath.implementations: add ` SimpleCachePath ` for simplecache protocol support (#453 )
@@ -263,7 +275,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
263275### Added
264276- started a changelog to keep track of significant changes
265277
266- [ Unreleased ] : https://github.com/fsspec/universal_pathlib/compare/v0.3.4...HEAD
278+ [ Unreleased ] : https://github.com/fsspec/universal_pathlib/compare/v0.3.5...HEAD
279+ [ 0.3.5 ] : https://github.com/fsspec/universal_pathlib/compare/v0.3.4...v0.3.5
267280[ 0.3.4 ] : https://github.com/fsspec/universal_pathlib/compare/v0.3.3...v0.3.4
268281[ 0.3.3 ] : https://github.com/fsspec/universal_pathlib/compare/v0.3.2...v0.3.3
269282[ 0.3.2 ] : https://github.com/fsspec/universal_pathlib/compare/v0.3.1...v0.3.2
You can’t perform that action at this time.
0 commit comments