Skip to content

Commit

Permalink
Bump version to 0.52.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Nov 25, 2022
1 parent 813650e commit 8538468
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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: 3 additions & 1 deletion Changelog.md
@@ -1,8 +1,10 @@
# Changelog

## Next
## 0.52.1

* `BufferKind` and `BufferDescription` are now unified to `BufferDesc`.
* Renamed `RowSetCursor` into `BlockCursor`.
* Fix: `ColumnarBulkInserter::new` now resets all parameters on the statement handle in case it fails. This prevents accessing the bound parameters on a borrowed statement handle after the constructor failed, at which point their valididty is no longer guaranteed.

## 0.52.0

Expand Down
2 changes: 1 addition & 1 deletion odbc-api/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "odbc-api"
version = "0.52.0"
version = "0.52.1"
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 = "0.52.0", path = "../odbc-api" }
odbc-api = { version = "0.52.1", path = "../odbc-api" }
csv = "1.1.6"
anyhow = "1.0.66"
stderrlog = "0.5.4"
Expand Down

0 comments on commit 8538468

Please sign in to comment.