diff --git a/Changelog.md b/Changelog.md index ee79cdb..61db0d6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,9 @@ # Changelog -## Next +## 0.3.14 - Update Rust dependencies +- Add `from_table_to_db` to better support insertion directly from an arrow header rather than a record batch reader. ## 0.3.13 diff --git a/doc/source/conf.py b/doc/source/conf.py index ea24e42..28cad5d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -22,7 +22,7 @@ author = "Markus Klein" # The full version, including alpha/beta/rc tags -release = "0.3.13" +release = "0.3.14" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 71ed8e7..1ba5871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "arrow-odbc" authors = [{name = "Markus Klein"}] description="Read the data of an ODBC data source as sequence of Apache Arrow record batches." readme = "README.md" -version = "0.3.13" +version = "0.3.14" dependencies = ["cffi", "pyarrow"] [project.license]