Skip to content

Commit

Permalink
bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Dec 16, 2023
1 parent bf7319d commit 522c131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arrow-odbc"
version = "4.0.0"
version = "4.1.0"
authors = ["Markus Klein"]
edition = "2021"
license = "MIT"
Expand Down
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## 4.0.1
## 4.1.0

* Update odbc-api `>= 4, < 5` -> `>= 4.1, < 5`
* Support for fetching text from IBM DB2. This has been difficult because of a bug in the IBM DB2 driver which causes it to return garbage memory instead of string lengths. A workaround can now be activated using `with_shims` on `OdbcReaderBuilder`.

## 4.0.0

Expand Down

0 comments on commit 522c131

Please sign in to comment.