Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Feb 28, 2021
1 parent d5bef45 commit 1a23064
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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

## Next
## 0.17.0

* Introduces `Cursor::next_row` to fetch data without binding buffers first.
* Allow retrieving abitrarily large strings from the data source.
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.16.0"
version = "0.17.0"
authors = ["Markus Klein <markus-klein@live.de>"]
edition = "2018"
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.13"
version = "0.3.14"
authors = ["Markus Klein <markus-klein@live.de>"]
edition = "2018"
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.16.0", path = "../odbc-api" }
odbc-api = { version = "0.17.0", path = "../odbc-api" }
csv = "1.1.5"
anyhow = "1.0.38"
stderrlog = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion odbcsv/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Next
## 0.3.14

* Insert now logs batch number and rows

Expand Down

0 comments on commit 1a23064

Please sign in to comment.