diff --git a/Cargo.lock b/Cargo.lock index 3798a918..97273404 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -999,7 +999,7 @@ checksum = "6c219b6a4cd9eb167239d921d7348132cdff2eca05abbf1094e7f7ec9b8936b6" [[package]] name = "odbc2parquet" -version = "4.1.1" +version = "4.1.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 15c72fb6..b95300e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "odbc2parquet" -version = "4.1.1" +version = "4.1.2" authors = ["Markus Klein"] edition = "2021" repository = "https://github.com/pacman82/odbc2parquet" diff --git a/Changelog.md b/Changelog.md index d8f7e43b..4e6720a2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## 4.1.2 + +* Updated dependencies, including an update to `parquet-rs 50` + ## 4.1.1 * Decimal parsing is now more robust, against different radix characters and missing trailing zeroes.