diff --git a/CHANGELOG.md b/CHANGELOG.md index d7694204..9cb42e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.9.5] - 2023-04-19 + +### Added + +- S3: Update error message by adding more context on file reading when it's not accessible. + ## [0.9.4] - 2023-04-03 ### Changed @@ -116,6 +122,7 @@ - Initial version, showtime! +[0.9.5]: https://github.com/ToucanToco/peakina/compare/v0.9.4...v0.9.5 [0.9.4]: https://github.com/ToucanToco/peakina/compare/v0.9.0...v0.9.4 [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 diff --git a/pyproject.toml b/pyproject.toml index 63bf3f07..1e55fff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "peakina" -version = "0.9.4" +version = "0.9.5" description = "pandas readers on steroids (remote files, glob patterns, cache, etc.)" authors = ["Toucan Toco "] readme = "README.md"