From 7d1c43a9a112fa918eacdfc986141c95f4d5c634 Mon Sep 17 00:00:00 2001 From: darker Date: Thu, 30 Mar 2023 17:03:17 +0200 Subject: [PATCH] chore: bump to 0.9.3 (#368) * chore: bump to 0.9.3 * fix: update CHANGELOG * Update CHANGELOG.md --------- Co-authored-by: Luka Peschke --- CHANGELOG.md | 10 ++-------- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d381a39..8028e051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,10 @@ # Changelog -## [0.9.2] - 2023-03-30 +## [0.9.3] - 2023-03-30 ### Fixed - Fixed: it is now possible to extract a file's mime type from an URI containing query params. - -## [0.9.1] - 2022-12-09 - -### Fixed - - Fixed: failed to fetch preview of multiple sftp files by sharing mtime cache between same ftp fetchers. ## [0.9.0] - 2022-09-27 @@ -115,8 +110,7 @@ - Initial version, showtime! -[0.9.2]: https://github.com/ToucanToco/peakina/compare/v0.9.1...v0.9.2 -[0.9.1]: https://github.com/ToucanToco/peakina/compare/v0.9.0...v0.9.1 +[0.9.3]: https://github.com/ToucanToco/peakina/compare/v0.9.0...v0.9.3 [0.9.0]: https://github.com/ToucanToco/peakina/compare/v0.8.4...v0.9.0 [0.8.4]: https://github.com/ToucanToco/peakina/compare/v0.8.3...v0.8.4 [0.8.3]: https://github.com/ToucanToco/peakina/compare/v0.8.2...v0.8.3 diff --git a/pyproject.toml b/pyproject.toml index ebaa00c5..518c222e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "peakina" -version = "0.9.2" +version = "0.9.3" description = "pandas readers on steroids (remote files, glob patterns, cache, etc.)" authors = ["Toucan Toco "] readme = "README.md"