File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88## [ Unreleased]
99...
1010
11+ ## [ 0.2.6] - 2024-12-13
12+ ### Fixed
13+ - upath: add support for 'abfss' protocol in WrappedFileSystemFlavour (#311 )
14+ - upath: fixed sftp join issue for non-root prefixed paths (#294 )
15+ - upath: fixed missing typing-extension dependency (#290 )
16+ - upath: updated flavour sources (#285 , #299 , #313 , #319 )
17+ - tests: minor fixes for moto and gcs tests without internet connectivity (#312 )
18+
19+ ### Changed
20+ - ci: switch to trusted publishing
21+
22+ ### Added
23+ - tests: allow configuring smb port via env var (#314 )
24+
1125## [ 0.2.5] - 2024-09-08
1226### Fixed
1327- upath.implementations.cloud: move bucket check to subclasses (#277 )
@@ -169,7 +183,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
169183### Added
170184- started a changelog to keep track of significant changes
171185
172- [ Unreleased ] : https://github.com/fsspec/universal_pathlib/compare/v0.2.5...HEAD
186+ [ Unreleased ] : https://github.com/fsspec/universal_pathlib/compare/v0.2.6...HEAD
187+ [ 0.2.6 ] : https://github.com/fsspec/universal_pathlib/compare/v0.2.5...v0.2.6
173188[ 0.2.5 ] : https://github.com/fsspec/universal_pathlib/compare/v0.2.4...v0.2.5
174189[ 0.2.4 ] : https://github.com/fsspec/universal_pathlib/compare/v0.2.3...v0.2.4
175190[ 0.2.3 ] : https://github.com/fsspec/universal_pathlib/compare/v0.2.2...v0.2.3
You can’t perform that action at this time.
0 commit comments