Skip to content

Commit 4527747

Browse files
committed
chore: Release
1 parent cd4d4f9 commit 4527747

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.12.1"
4+
version = "0.12.2"
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.12.1" }
21+
datafusion-pg-catalog = { path = "../datafusion-pg-catalog", version = "0.12.2" }
2222
futures.workspace = true
2323
getset = "0.1"
2424
log = "0.4"

0 commit comments

Comments
 (0)