Skip to content

Commit 707adbe

Browse files
authored
update changelog for v0.1.0 release (#128)
1 parent 7bf8d04 commit 707adbe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.1.0]
911
### Changed
1012
- updated past changelog entries.
1113
- changed `UPath.__new__` behavior to return `UPath` subclasses for local paths (#125).
@@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6466
### Added
6567
- started a changelog to keep track of significant changes
6668

67-
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.0.24...HEAD
69+
[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.1.0...HEAD
70+
[0.1.0]: https://github.com/fsspec/universal_pathlib/compare/v0.0.24...v0.1.0
6871
[0.0.24]: https://github.com/fsspec/universal_pathlib/compare/v0.0.23...v0.0.24
6972
[0.0.23]: https://github.com/fsspec/universal_pathlib/compare/v0.0.22...v0.0.23
7073
[0.0.22]: https://github.com/fsspec/universal_pathlib/compare/v0.0.21...v0.0.22

0 commit comments

Comments
 (0)