Skip to content

Commit

Permalink
bump version to 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Feb 19, 2022
1 parent 3af95a4 commit 97d6a9e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 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

## 0.35.0 (next)
## 0.35.0

* Better error for Oracle users, then trying to fetch data into 64 Bit Buffers. Added variant `OracleOdbcDriverDoesNotSupport64Bit` to error type in order to achieve this.

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.34.1"
version = "0.35.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.61"
version = "0.3.62"
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.34.1", path = "../odbc-api" }
odbc-api = { version = "0.35.0", path = "../odbc-api" }
csv = "1.1.6"
anyhow = "1.0.53"
stderrlog = "0.5.1"
Expand Down
4 changes: 4 additions & 0 deletions odbcsv/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.62

* Updated dependencies

## 0.3.61

* Updated dependencies
Expand Down

0 comments on commit 97d6a9e

Please sign in to comment.