Skip to content

Commit

Permalink
bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Nov 5, 2023
1 parent 4766bc2 commit 42660b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "odbc2parquet"
version = "3.0.0"
version = "3.0.1"
authors = ["Markus Klein"]
edition = "2021"
repository = "https://github.com/pacman82/odbc2parquet"
Expand Down
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 3.0.0 (next)
## 3.0.1

* Fix: `--no-empty-file` now works correctly with options causing files to be splitted like `--file-size-threshold` or `--row-groups-per-file`.

## 3.0.0

* Zero sized columns are now treated as an error. Before `odbc2parquet` issued a warning and ignored them.
* Fix: `--file-size-threshold` had an issue with not resetting the current file size after starting a new file. This caused only the first file to have the desired size. All subsequent files would contain only one row group each.
Expand Down

0 comments on commit 42660b3

Please sign in to comment.