Skip to content

Commit

Permalink
bump version to 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Apr 28, 2024
1 parent af05b66 commit a2181ac
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

## 7.1.0

* Adds support for row wise bulk fetching via `RowVec`.

## 7.0.0

* Removed `Quirks`. Detection of driver problems via dbms name is not relyable enough.
Expand Down
2 changes: 1 addition & 1 deletion odbc-api/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "odbc-api"
version = "7.0.0"
version = "7.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 = "7.0.0", path = "../odbc-api" }
odbc-api = { version = "7.1.0", path = "../odbc-api" }
csv = "1.3.0"
anyhow = "1.0.82"
stderrlog = "0.6.0"
Expand Down

0 comments on commit a2181ac

Please sign in to comment.