Skip to content

Commit e27f450

Browse files
committed
chore: Release
1 parent e957839 commit e27f450

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion-pg-catalog/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0"
4+
version = "0.15.1"
55
edition.workspace = true
66
license.workspace = true
77
authors.workspace = true

datafusion-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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.0" }
21+
datafusion-pg-catalog = { path = "../datafusion-pg-catalog", version = "0.15.1" }
2222
geodatafusion = { version = "0.3", optional = true }
2323
futures.workspace = true
2424
getset = "0.1"

0 commit comments

Comments
 (0)