Skip to content

Commit

Permalink
bump version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jan 24, 2024
1 parent 51f84bd commit bed1819
Show file tree
Hide file tree
Showing 4 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.

4 changes: 4 additions & 0 deletions Changelog.md
@@ -1,5 +1,9 @@
# Changelog

## 5.1.0

* Adds `ConcurrentBlockCursor` to ease fetching large result sets in a dedicated system thread.

## 5.0.0

* removed reexport of `force_send_sync`. It is no longer used within `odbc-api` this should have been removed together with the methods which were promoting Connections to `Send`, but has been overlooked.
Expand Down
2 changes: 1 addition & 1 deletion odbc-api/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "odbc-api"
version = "5.0.0"
version = "5.1.0"
authors = ["Markus Klein"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion odbcsv/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ readme = "Readme.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
odbc-api = { version = "5.0.0", path = "../odbc-api" }
odbc-api = { version = "5.1.0", path = "../odbc-api" }
csv = "1.3.0"
anyhow = "1.0.79"
stderrlog = "0.5.4"
Expand Down

0 comments on commit bed1819

Please sign in to comment.