Skip to content

Commit 419c33c

Browse files
authored
cut release 0.3.10 (#552)
1 parent ee8f013 commit 419c33c

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

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.3.10] - 2026-02-22
11+
12+
### Fixed
13+
- upath.extensions: fix ProxyUPath as copy or move target on 3.14+ (#547)
14+
15+
### Changed
16+
- upath: updated flavours (#545)
17+
- ci: updated development dependencies (#550)
18+
1019
## [0.3.9] - 2026-01-31
1120

1221
### Fixed
@@ -354,7 +363,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
354363
### Added
355364
- started a changelog to keep track of significant changes
356365

357-
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.3.9...HEAD
366+
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.3.10...HEAD
367+
[0.3.10]: https://github.com/fsspec/universal_pathlib/compare/v0.3.9...v0.3.10
358368
[0.3.9]: https://github.com/fsspec/universal_pathlib/compare/v0.3.8...v0.3.9
359369
[0.3.8]: https://github.com/fsspec/universal_pathlib/compare/v0.3.7...v0.3.8
360370
[0.3.7]: https://github.com/fsspec/universal_pathlib/compare/v0.3.6...v0.3.7

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ project as a dependency if you want to use it with `s3` and `http` filesystems:
5050
name = "myproject"
5151
requires-python = ">=3.9"
5252
dependencies = [
53-
"universal_pathlib>=0.3.9",
53+
"universal_pathlib>=0.3.10",
5454
"fsspec[s3,http]",
5555
]
5656
```

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ When adding `universal-pathlib` to your project, specify the filesystem extras y
5757
name = "myproject"
5858
requires-python = ">=3.9"
5959
dependencies = [
60-
"universal_pathlib>=0.3.9",
60+
"universal_pathlib>=0.3.10",
6161
"fsspec[s3,http]", # Add the filesystems you need
6262
]
6363
```

0 commit comments

Comments
 (0)