Skip to content

Commit

Permalink
bump version to 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Apr 24, 2022
1 parent 161894c commit d1747bf
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 52 deletions.
97 changes: 49 additions & 48 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 Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.37.0 (next)
## 0.37.0

* Add fallibale allocation of binary columns.
* Add fallibale allocation of text columns.
Expand Down
2 changes: 1 addition & 1 deletion odbc-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "odbc-api"
version = "0.36.1"
version = "0.37.0"
authors = ["Markus Klein"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions odbcsv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "odbcsv"
version = "0.3.66"
version = "0.3.67"
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.36.1", path = "../odbc-api" }
odbc-api = { version = "0.37.0", path = "../odbc-api" }
csv = "1.1.6"
anyhow = "1.0.57"
stderrlog = "0.5.1"
Expand Down
1 change: 1 addition & 0 deletions odbcsv/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.3.67

* Do not panic if allocation of column buffers fails. Gracefully abort instead, freeing allocated resources.
* Update dependencies

## 0.3.66

Expand Down

0 comments on commit d1747bf

Please sign in to comment.