File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.1]
11+ ### Fixed
12+ - restore ` ._kwargs ` and ` ._url ` on ` PosixUPath ` and ` WindowsUPath ` subclasses (#131 ).
13+ - tests: fixed and refactored core tests (#130 ).
14+
1015## [ 0.1.0]
1116### Changed
1217- updated past changelog entries.
@@ -66,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6671### Added
6772- started a changelog to keep track of significant changes
6873
69- [ Unreleased ] : https://github.com/fsspec/universal_pathlib/compare/v0.1.0...HEAD
74+ [ Unreleased ] : https://github.com/fsspec/universal_pathlib/compare/v0.1.1...HEAD
75+ [ 0.1.1 ] : https://github.com/fsspec/universal_pathlib/compare/v0.1.0...v0.1.1
7076[ 0.1.0 ] : https://github.com/fsspec/universal_pathlib/compare/v0.0.24...v0.1.0
7177[ 0.0.24 ] : https://github.com/fsspec/universal_pathlib/compare/v0.0.23...v0.0.24
7278[ 0.0.23 ] : https://github.com/fsspec/universal_pathlib/compare/v0.0.22...v0.0.23
You can’t perform that action at this time.
0 commit comments