Skip to content

Commit 2c350bb

Browse files
authored
update changelog for v0.1.3 release (#140)
1 parent 9084163 commit 2c350bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.3]
11+
### Fixed
12+
- upath: restore compatibility with "fsspec<2022.03.0" in line with setup.cfg (#139).
13+
1014
## [0.1.2]
1115
### Added
1216
- upath.registry: provide `available_implementations()` and `register_implementation()` (#134).
@@ -79,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7983
### Added
8084
- started a changelog to keep track of significant changes
8185

82-
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.1.2...HEAD
86+
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.1.3...HEAD
87+
[0.1.3]: https://github.com/fsspec/universal_pathlib/compare/v0.1.2...v0.1.3
8388
[0.1.2]: https://github.com/fsspec/universal_pathlib/compare/v0.1.1...v0.1.2
8489
[0.1.1]: https://github.com/fsspec/universal_pathlib/compare/v0.1.0...v0.1.1
8590
[0.1.0]: https://github.com/fsspec/universal_pathlib/compare/v0.0.24...v0.1.0

0 commit comments

Comments
 (0)