Skip to content

Commit

Permalink
v0.15.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Jan 26, 2024
1 parent 505a70d commit 5a0d688
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## v0.15.10 - 2024-01-26

### Hot fix

- fixed issue where `oneio s3 list BUCKET PREFIX` command not showing files match the prefix unless they are on the same directory as the prefix
- fixed issue where running `oneio` without argument causing program to panic

## v0.15.9 - 2024-01-26

### Highlights
Expand Down Expand Up @@ -56,4 +63,4 @@ This includes changes of:

### Added

- support getting oneio reader directly by supplying an S3 URL: https://github.com/bgpkit/oneio/pull/31
- support getting oneio reader directly by supplying an S3 URL: https://github.com/bgpkit/oneio/pull/31
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oneio"
version = "0.15.9"
version = "0.15.10"
authors = ["Mingwei Zhang <mingwei@bgpkit.com>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit 5a0d688

Please sign in to comment.