Skip to content

Commit

Permalink
chore: bump on 0.10.0 (#367)
Browse files Browse the repository at this point in the history
* chore: bump on 0.10.0

* 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 5d71cd1 commit f22ece3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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
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.10.0"
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 f22ece3

Please sign in to comment.