From 1b355a831c04cdc2cdeae5e42851ea9bad31c145 Mon Sep 17 00:00:00 2001 From: darker Date: Wed, 19 Apr 2023 14:44:36 +0200 Subject: [PATCH] chore: release v0.11.1 (#415) * chore: release v0.11.1 * Update CHANGELOG.md Co-authored-by: Luka Peschke --------- Co-authored-by: Luka Peschke --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27dcd868..1f89dd2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.11.1] - 2023-04-19 + +### Added + +- S3 fetcher: Add context from the original exception in case a file cannot be read after several retries + ## [0.11.0] - 2023-04-18 - Added support for python 3.11 @@ -121,6 +127,8 @@ - Initial version, showtime! +[0.11.1]: https://github.com/ToucanToco/peakina/compare/v0.11.0...v0.11.1 +[0.11.0]: https://github.com/ToucanToco/peakina/compare/v0.10.1...v0.11.0 [0.10.1]: https://github.com/ToucanToco/peakina/compare/v0.10.0...v0.10.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 diff --git a/pyproject.toml b/pyproject.toml index d78b83bb..5a2e19ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "peakina" -version = "0.11.0" +version = "0.11.1" description = "pandas readers on steroids (remote files, glob patterns, cache, etc.)" authors = ["Toucan Toco "] readme = "README.md"