Skip to content

Commit

Permalink
Increment to v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Dec 10, 2024
1 parent 751322d commit ff55a53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is a simple open-source data wrapper that bridges the gap between your Post

## Prerequisites

- have the v0.3.2 of `clerk_fdw` extension enabled in your instance
- have the v0.3.3 of `clerk_fdw` extension enabled in your instance

Create the foreign data wrapper:

Expand Down
2 changes: 1 addition & 1 deletion Trunk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Postgres Foreign Data Wrapper for Clerk.com Backend API"
homepage = "/~https://github.com/tembo-io/clerk_fdw"
documentation = "/~https://github.com/tembo-io/clerk_fdw"
categories = ["connectors"]
version = "0.3.2"
version = "0.3.3"

[build]
postgres_version = "15"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ fn resp_to_rows(obj: &str, resp: &JsonValue, tgt_cols: &[Column]) -> Vec<Row> {
}

#[wrappers_fdw(
version = "0.3.2",
version = "0.3.3",
author = "Tembo.io",
website = "https://tembo.io",
error_type = "ClerkFdwError"
Expand Down

0 comments on commit ff55a53

Please sign in to comment.