Skip to content

Commit 569ceab

Browse files
authored
Update docs for v0.2.0 (#182)
* upath: update readme for new release * upath: add version migration information to readme * upath: update changelog for new release
1 parent 0b6490c commit 569ceab

File tree

2 files changed

+532
-47
lines changed

2 files changed

+532
-47
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ 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.2.0] - 2024-02-13
12+
### Added
13+
- upath: support Python 3.12 (#152)
14+
- upath: improved subclass customization options (#173)
15+
- upath: support `local` uri scheme (#150)
16+
- upath: added `GitHubPath` (#155)
17+
- upath: added `DataPath` for data uris (#169)
18+
19+
### Changed
20+
- tests: xfail tests if optional dependency is missing (#160)
21+
22+
### Fixed
23+
- fixed netloc handling of `memory://netloc/a/b` style uris (#162)
24+
- fixed broken mkdir for cloud filesystems (#177)
25+
- fixed UPath().stat() now returns a `os.stat_result`-like object (#179)
926

1027
## [0.1.4]
1128
### Changed
@@ -92,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
92109
### Added
93110
- started a changelog to keep track of significant changes
94111

95-
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.1.4...HEAD
112+
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.2.0...HEAD
113+
[0.2.0]: https://github.com/fsspec/universal_pathlib/compare/v0.1.4...v0.2.0
96114
[0.1.4]: https://github.com/fsspec/universal_pathlib/compare/v0.1.3...v0.1.4
97115
[0.1.3]: https://github.com/fsspec/universal_pathlib/compare/v0.1.2...v0.1.3
98116
[0.1.2]: https://github.com/fsspec/universal_pathlib/compare/v0.1.1...v0.1.2

0 commit comments

Comments
 (0)