Skip to content

Commit

Permalink
Update docs for v0.2.0 (#182)
Browse files Browse the repository at this point in the history
* upath: update readme for new release
* upath: add version migration information to readme
* upath: update changelog for new release
  • Loading branch information
ap-- committed Feb 13, 2024
1 parent 0b6490c commit 569ceab
Show file tree
Hide file tree
Showing 2 changed files with 532 additions and 47 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
...

## [0.2.0] - 2024-02-13
### Added
- upath: support Python 3.12 (#152)
- upath: improved subclass customization options (#173)
- upath: support `local` uri scheme (#150)
- upath: added `GitHubPath` (#155)
- upath: added `DataPath` for data uris (#169)

### Changed
- tests: xfail tests if optional dependency is missing (#160)

### Fixed
- fixed netloc handling of `memory://netloc/a/b` style uris (#162)
- fixed broken mkdir for cloud filesystems (#177)
- fixed UPath().stat() now returns a `os.stat_result`-like object (#179)

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

[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.1.4...HEAD
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/fsspec/universal_pathlib/compare/v0.1.4...v0.2.0
[0.1.4]: https://github.com/fsspec/universal_pathlib/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/fsspec/universal_pathlib/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/fsspec/universal_pathlib/compare/v0.1.1...v0.1.2
Expand Down

0 comments on commit 569ceab

Please sign in to comment.