Skip to content

Commit 16bfd3a

Browse files
authored
update changelog for v0.1.2 release (#136)
1 parent 7dbad11 commit 16bfd3a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)