File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.2]
11+ ### Added
12+ - upath.registry: provide ` available_implementations() ` and ` register_implementation() ` (#134 ).
13+ - upath: add ` UPath.storage_options ` and ` UPath.protocol ` (#135 ).
14+
15+ ### Fixed
16+ - upath: fix ` UPath.as_uri() ` (#133 ).
17+
1018## [ 0.1.1]
1119### Fixed
1220- restore ` ._kwargs ` and ` ._url ` on ` PosixUPath ` and ` WindowsUPath ` subclasses (#131 ).
@@ -71,7 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7179### Added
7280- started a changelog to keep track of significant changes
7381
74- [ Unreleased ] : https://github.com/fsspec/universal_pathlib/compare/v0.1.1...HEAD
82+ [ Unreleased ] : https://github.com/fsspec/universal_pathlib/compare/v0.1.2...HEAD
83+ [ 0.1.2 ] : https://github.com/fsspec/universal_pathlib/compare/v0.1.1...v0.1.2
7584[ 0.1.1 ] : https://github.com/fsspec/universal_pathlib/compare/v0.1.0...v0.1.1
7685[ 0.1.0 ] : https://github.com/fsspec/universal_pathlib/compare/v0.0.24...v0.1.0
7786[ 0.0.24 ] : https://github.com/fsspec/universal_pathlib/compare/v0.0.23...v0.0.24
You can’t perform that action at this time.
0 commit comments