Skip to content

Commit

Permalink
chore: bump v0.9.4 (#385)
Browse files Browse the repository at this point in the history
* chore: bump v0.9.4

* typo
  • Loading branch information
Sanix-Darker authored Apr 3, 2023
1 parent 6590482 commit a92fea1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.9.4] - 2023-04-03

### Changed

- S3: Now it is possible to forward the aws `session_token` to s3fs reader.

## [0.9.3] - 2023-03-30

### Fixed
Expand Down Expand Up @@ -110,6 +116,7 @@

- Initial version, showtime!

[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
[0.8.4]: https://github.com/ToucanToco/peakina/compare/v0.8.3...v0.8.4
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.3"
version = "0.9.4"
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 a92fea1

Please sign in to comment.