Skip to content

Commit

Permalink
bump version to 0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jan 13, 2023
1 parent b0446c0 commit 71d5ef1
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 64 deletions.
122 changes: 61 additions & 61 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion odbc-api/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "odbc-api"
version = "0.53.0"
version = "0.54.0"
authors = ["Markus Klein"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions odbcsv/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "odbcsv"
version = "0.4.17"
version = "0.4.18"
authors = ["Markus Klein"]
edition = "2021"
license = "MIT"
Expand Down 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.53.0", path = "../odbc-api" }
odbc-api = { version = "0.54.0", path = "../odbc-api" }
csv = "1.1.6"
anyhow = "1.0.68"
stderrlog = "0.5.4"
Expand Down
5 changes: 5 additions & 0 deletions odbcsv/Changelog.md
@@ -1,5 +1,10 @@
# Changelog

## 0.4.18

* Updated dependencies
* Checking for truncations, is now guaranteed to work, even if the query generates 32767 diagnostic records.

## 0.4.17

* Updated dependencies
Expand Down

0 comments on commit 71d5ef1

Please sign in to comment.