Skip to content

Commit ed86b34

Browse files
authored
cut release 0.2.4 (#274)
1 parent b330b16 commit ed86b34

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

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

11+
## [0.2.4] - 2024-09-07
12+
### Fixed
13+
- upath: fix UPath.rename type signature (#258)
14+
- upath: prevent SMBPath.rename warnings (#259)
15+
- upath: implement UPath.samefile (#261)
16+
- upath: fix UPath.touch(exists_ok=False) if file exists (#262)
17+
- upath: UPath.joinpath() raise error on protocol mismatch (#264)
18+
- tests: silence test warnings (#267)
19+
- tests: fix http xpass test (#266)
20+
- tests: use newer moto server (#248)
21+
- tests: mkdir test on existing gcs bucket (#263)
22+
23+
### Added
24+
- upath: add SFTPPath implementation (#265)
25+
26+
### Changed
27+
- upath: move setup.cfg to pyproject.toml (#260)
28+
- upath: UPath.lstat now returns but raises a warning (#271)
29+
- upath: updated flavours to the newest versions (#272)
30+
1131
## [0.2.3] - 2024-08-23
1232
### Added
1333
- upath: add st_birthtime as standard field (#254)
@@ -140,7 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140160
### Added
141161
- started a changelog to keep track of significant changes
142162

143-
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.2.3...HEAD
163+
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.2.4...HEAD
164+
[0.2.4]: https://github.com/fsspec/universal_pathlib/compare/v0.2.3...v0.2.4
144165
[0.2.3]: https://github.com/fsspec/universal_pathlib/compare/v0.2.2...v0.2.3
145166
[0.2.2]: https://github.com/fsspec/universal_pathlib/compare/v0.2.1...v0.2.2
146167
[0.2.1]: https://github.com/fsspec/universal_pathlib/compare/v0.2.0...v0.2.1

0 commit comments

Comments
 (0)