Skip to content

Commit afa8a71

Browse files
committed
Release 0.14.0
convergence@0.14.0 convergence-arrow@0.14.0 Generated by cargo-workspaces
1 parent 8dc4c60 commit afa8a71

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

convergence-arrow/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "convergence-arrow"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
authors = ["Ruan Pearce-Authers <ruanpa@outlook.com>"]
55
edition = "2018"
66
description = "Utils for bridging Apache Arrow and PostgreSQL's wire protocol"
@@ -12,7 +12,7 @@ tokio = { version = "1" }
1212
sqlparser = "0.37"
1313
async-trait = "0.1"
1414
datafusion = "31"
15-
convergence = { path = "../convergence", version = "0.13.0" }
15+
convergence = { path = "../convergence", version = "0.14.0" }
1616
chrono = "0.4"
1717

1818
[dev-dependencies]

convergence/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "convergence"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
authors = ["Ruan Pearce-Authers <ruanpa@outlook.com>"]
55
edition = "2018"
66
description = "Write servers that speak PostgreSQL's wire protocol"

0 commit comments

Comments
 (0)