Skip to content

Commit e53d8a4

Browse files
authored
Cut release v0.2.3 (#255)
* cut release v0.2.3
1 parent eeebf51 commit e53d8a4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff 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.3] - 2024-08-23
12+
### Added
13+
- upath: add st_birthtime as standard field (#254)
14+
- upath: added SMBPath and tests (#219)
15+
- ci: added typesafety checks (#212)
16+
17+
### Fixed
18+
- upath: fix UPath.is_absolute on <3.12 (#256)
19+
- upath: fix UPath.rename for absolute paths (#225)
20+
- upath._flavour: fix path parsing due to change in urllib.parse.SplitResult behavior (#236)
21+
- upath: fixed typing regressions (#212)
22+
- upath: update flavour sources (#224, #237, #252)
23+
- docs: fix link to filesystem spec optional dependencies (#232)
24+
1125
## [0.2.2] - 2024-03-04
1226
### Fixed
1327
- upath: fixed comparison with pathlib.Path on py<3.12 (#203)
@@ -126,7 +140,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
126140
### Added
127141
- started a changelog to keep track of significant changes
128142

129-
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.2.2...HEAD
143+
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.2.3...HEAD
144+
[0.2.3]: https://github.com/fsspec/universal_pathlib/compare/v0.2.2...v0.2.3
130145
[0.2.2]: https://github.com/fsspec/universal_pathlib/compare/v0.2.1...v0.2.2
131146
[0.2.1]: https://github.com/fsspec/universal_pathlib/compare/v0.2.0...v0.2.1
132147
[0.2.0]: https://github.com/fsspec/universal_pathlib/compare/v0.1.4...v0.2.0

0 commit comments

Comments
 (0)