From f22ece3b345d8210bb32daf8698d018d48df0336 Mon Sep 17 00:00:00 2001 From: darker Date: Thu, 30 Mar 2023 17:06:01 +0200 Subject: [PATCH] chore: bump on 0.10.0 (#367) * chore: bump on 0.10.0 * fix: update CHANGELOG * Update CHANGELOG.md --------- Co-authored-by: Luka Peschke --- CHANGELOG.md | 12 +++--------- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f791a4..20d8d08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,10 @@ # Changelog -## [0.9.2] - 2023-03-30 - -### Fixed - -- Fixed: failed to extract type from giben url that contains query params in it. - -## [0.9.1] - 2022-12-09 +## [0.10.0] - 2023-03-30 ### Fixed +- Fixed: it is now possible to extract a file's mime type from an URI containing query params. - 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.10.0]: https://github.com/ToucanToco/peakina/compare/v0.9.0...v0.10.0 [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 94d954b5..09c1e573 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "peakina" -version = "0.9.2" +version = "0.10.0" description = "pandas readers on steroids (remote files, glob patterns, cache, etc.)" authors = ["Toucan Toco "] readme = "README.md"