diff --git a/Cargo.lock b/Cargo.lock index a15d36e..2f0f075 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1572,7 +1572,7 @@ dependencies = [ [[package]] name = "orb_fdw" -version = "0.11.3" +version = "0.12.0" dependencies = [ "futures", "http", diff --git a/Cargo.toml b/Cargo.toml index 012214a..d3c0aee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orb_fdw" -version = "0.11.3" +version = "0.12.0" edition = "2021" publish = false diff --git a/README.md b/README.md index 52b90df..fa4e659 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a simple open-source data wrapper that bridges the gap between your Post ### Pre-requisistes -- have the v0.11.3 of `orb_fdw` extension enabled in your instance +- have the v0.12.0 of `orb_fdw` extension enabled in your instance Create the foreign data wrapper: diff --git a/Trunk.toml b/Trunk.toml index 093be49..e96b869 100644 --- a/Trunk.toml +++ b/Trunk.toml @@ -6,7 +6,7 @@ description = "Postgres Foreign Data Wrapper for withorb.com Backend API" homepage = "https://github.com/tembo-io/orb_fdw" documentation = "https://github.com/tembo-io/orb_fdw" categories = ["connectors"] -version = "0.11.3" +version = "0.12.0" [build] postgres_version = "15" diff --git a/src/lib.rs b/src/lib.rs index 21e2b6a..325727c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -153,7 +153,7 @@ fn body_to_rows( } #[wrappers_fdw( - version = "0.11.3", + version = "0.12.0", author = "Jay Kothari", website = "https://github.com/orb_fdw", error_type = "OrbFdwError"