Skip to content

Commit a958f1f

Browse files
committed
chore: Release
1 parent 764c147 commit a958f1f

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

arrow-pg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "arrow-pg"
33
description = "Arrow data mapping and encoding/decoding for Postgres"
4-
version = "0.12.2"
4+
version = "0.13.0"
55
edition.workspace = true
66
license.workspace = true
77
authors.workspace = true

datafusion-pg-catalog/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "datafusion-pg-catalog"
33
description = "pg_catalog compatibility for datafusion"
4-
version = "0.15.1"
4+
version = "0.16.0"
55
edition.workspace = true
66
license.workspace = true
77
authors.workspace = true
@@ -20,7 +20,7 @@ include = [
2020
[dependencies]
2121
async-trait = "0.1"
2222
datafusion = { workspace = true, features = ["sql"] }
23-
arrow-pg = { path = "../arrow-pg", version = "0.12.2", default-features = false, features = ["datafusion"] }
23+
arrow-pg = { path = "../arrow-pg", version = "0.13.0", default-features = false, features = ["datafusion"] }
2424
futures.workspace = true
2525
log = "0.4"
2626
postgres-types.workspace = true

datafusion-postgres-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "datafusion-postgres-cli"
33
description = "Command-line tool for DataFusion's Postgres Protocol frontend"
4-
version = "0.15.0"
4+
version = "0.16.0"
55
edition.workspace = true
66
license.workspace = true
77
authors.workspace = true
@@ -15,7 +15,7 @@ rust-version.workspace = true
1515
[dependencies]
1616
datafusion = { workspace = true, features = ["avro"] }
1717
tokio = { workspace = true, features = ["full"] }
18-
datafusion-postgres = { path = "../datafusion-postgres", version = "0.15.0" }
18+
datafusion-postgres = { path = "../datafusion-postgres", version = "0.16.0" }
1919
structopt = { version = "0.3", default-features = false }
2020
log = "0.4"
2121
env_logger = "0.11"

datafusion-postgres/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "datafusion-postgres"
33
description = "Exporting datafusion query engine with postgres wire protocol"
4-
version = "0.15.0"
4+
version = "0.16.0"
55
edition.workspace = true
66
license.workspace = true
77
authors.workspace = true
@@ -13,12 +13,12 @@ readme = "../README.md"
1313
rust-version.workspace = true
1414

1515
[dependencies]
16-
arrow-pg = { path = "../arrow-pg", version = "0.12.2", default-features = false, features = ["datafusion"] }
16+
arrow-pg = { path = "../arrow-pg", version = "0.13.0", default-features = false, features = ["datafusion"] }
1717
bytes.workspace = true
1818
async-trait = "0.1"
1919
chrono.workspace = true
2020
datafusion.workspace = true
21-
datafusion-pg-catalog = { path = "../datafusion-pg-catalog", version = "0.15.1" }
21+
datafusion-pg-catalog = { path = "../datafusion-pg-catalog", version = "0.16.0" }
2222
geodatafusion = { version = "0.4", optional = true }
2323
futures.workspace = true
2424
getset = "0.1"

0 commit comments

Comments
 (0)