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
8
8
## [ Unreleased]
9
9
...
10
10
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
+
11
25
## [ 0.2.2] - 2024-03-04
12
26
### Fixed
13
27
- 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
126
140
### Added
127
141
- started a changelog to keep track of significant changes
128
142
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
130
145
[ 0.2.2 ] : https://github.com/fsspec/universal_pathlib/compare/v0.2.1...v0.2.2
131
146
[ 0.2.1 ] : https://github.com/fsspec/universal_pathlib/compare/v0.2.0...v0.2.1
132
147
[ 0.2.0 ] : https://github.com/fsspec/universal_pathlib/compare/v0.1.4...v0.2.0
You can’t perform that action at this time.
0 commit comments