diff --git a/Cargo.toml b/Cargo.toml index 401e349..2eb06d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orb_fdw" -version = "0.0.1" +version = "0.0.2" edition = "2021" [lib] diff --git a/README.md b/README.md index 3578471..4558cf6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is a simple open-source data wrapper that bridges the gap between your Post ### Pre-requisistes -- have the v0.0.1 of `orb_fdw` extension enabled in your instance +- have the v0.0.2 of `orb_fdw` extension enabled in your instance Create the foreign data wrapper: diff --git a/Trunk.toml b/Trunk.toml index fed9fe6..0d06f8e 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.0.1" +version = "0.0.2" [build] postgres_version = "15" diff --git a/src/lib.rs b/src/lib.rs index 7ccc2a0..b475798 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -153,7 +153,7 @@ fn body_to_rows( } #[wrappers_fdw( - version = "0.0.1", + version = "0.0.2", author = "Jay", website = "https://github.com/", error_type = "OrbFdwError"