Skip to content

Commit

Permalink
chore: bump to 0.9.3 (#368)
Browse files Browse the repository at this point in the history
* chore: bump to 0.9.3

* fix: update CHANGELOG

* Update CHANGELOG.md

---------

Co-authored-by: Luka Peschke <[email protected]>
  • Loading branch information
Sanix-Darker and lukapeschke authored Mar 30, 2023
1 parent 81254e0 commit 7d1c43a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 7d1c43a

Please sign in to comment.