From 3c5401378933d815720659fe64e8a6e942fe990e Mon Sep 17 00:00:00 2001 From: Andreas Poehlmann Date: Thu, 3 Aug 2023 09:55:25 +0200 Subject: [PATCH] update changelog for v0.1.0 release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 453dc1ad..b6cbaf98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.0] ### Changed - updated past changelog entries. - 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 ### Added - started a changelog to keep track of significant changes -[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.0.24...HEAD +[Unreleased]: https://github.com/fsspec/universal_pathlib/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/fsspec/universal_pathlib/compare/v0.0.24...v0.1.0 [0.0.24]: https://github.com/fsspec/universal_pathlib/compare/v0.0.23...v0.0.24 [0.0.23]: https://github.com/fsspec/universal_pathlib/compare/v0.0.22...v0.0.23 [0.0.22]: https://github.com/fsspec/universal_pathlib/compare/v0.0.21...v0.0.22