Skip to content

Commit

Permalink
release new version (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayko001 authored Jan 15, 2024
1 parent 41b392a commit 9ff2ddd
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clerk_fdw"
version = "0.2.4"
version = "0.2.5"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a simple open-source data wrapper that bridges the gap between your Post

### Pre-requisistes

- have the v0.2.2 of `clerk_fdw` extension enabled in your instance
- have the v0.2.5 of `clerk_fdw` extension enabled in your instance

Create the foreign data wrapper:

Expand Down
Empty file added sql/clerk_fdw--0.2.4--0.2.5.sql
Empty file.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ fn resp_to_rows(obj: &str, resp: &JsonValue, tgt_cols: &[Column]) -> Vec<Row> {
}

#[wrappers_fdw(
version = "0.2.4",
version = "0.2.5",
author = "Jay Kothari",
website = "https://tembo.io"
)]
Expand Down

0 comments on commit 9ff2ddd

Please sign in to comment.