Skip to content

Commit 9ce4a9a

Browse files
authored
update changelog for v0.1.1 release (#132)
1 parent e3f9a91 commit 9ce4a9a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)