Skip to content

Commit

Permalink
bump version to 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Dec 30, 2021
1 parent 1050372 commit 2fb245b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 19 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.12

Fix: There had been an issue, there the correct binary size for the longest possible text has been underestimated on Linux then querying a column with UTF-8 encoded characters.

## 0.1.11

- Fix: There had been an issue, there the correct binary size for the longest possible text has been underestimated on Linux then querying a column with UTF-16 encoded characters.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Markus Klein"

# The full version, including alpha/beta/rc tags
release = "0.1.11"
release = "0.1.12"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ name = "native"
crate-type = ["cdylib"]

[dependencies]
arrow-odbc = "0.6.2"
arrow-odbc = "0.6.4"
lazy_static = "1.4.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def readme():
milksnake_tasks=[build_native],
url="https://github.com/pacman82/arrow-odbc-py",
author="Markus Klein",
version="0.1.11",
version="0.1.12",
license="MIT",
description="Read the data of an ODBC data source as sequence of Apache Arrow record batches.",
long_description=readme(),
Expand Down

0 comments on commit 2fb245b

Please sign in to comment.