Skip to content

Commit b6c3e58

Browse files
authored
cut release 0.3.4 (#455)
1 parent 7f0e9b2 commit b6c3e58

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
...
10+
11+
## [0.3.4] - 2025-10-16
12+
### Added
13+
- upath.implementations: add `SimpleCachePath` for simplecache protocol support (#453)
14+
- upath: support JSON schema generation for Pydantic integration (#451)
15+
16+
### Changed
17+
- upath: move pathlib-abc from `0.5.1` to `>=0.5.1,<0.6.0` (#450)
18+
- upath.core: deprecate `_protocol_dispatch=False` parameter (#454)
919

1020
## [0.3.3] - 2025-10-08
1121
### Added
@@ -253,7 +263,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
253263
### Added
254264
- started a changelog to keep track of significant changes
255265

256-
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.3.3...HEAD
266+
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.3.4...HEAD
267+
[0.3.4]: https://github.com/fsspec/universal_pathlib/compare/v0.3.3...v0.3.4
257268
[0.3.3]: https://github.com/fsspec/universal_pathlib/compare/v0.3.2...v0.3.3
258269
[0.3.2]: https://github.com/fsspec/universal_pathlib/compare/v0.3.1...v0.3.2
259270
[0.3.1]: https://github.com/fsspec/universal_pathlib/compare/v0.3.0...v0.3.1

0 commit comments

Comments
 (0)