Skip to content

Commit

Permalink
Merge pull request #8 from tembo-io/fix_pgxn_version
Browse files Browse the repository at this point in the history
Fix pgxn version
  • Loading branch information
Jayko001 authored Jun 14, 2024
2 parents 45784c6 + 50d3e8e commit cc0b90f
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orb_fdw"
version = "0.0.3"
version = "0.0.4"
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 @@ -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.3 of `orb_fdw` extension enabled in your instance
- have the v0.0.4 of `orb_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 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.3"
version = "0.0.4"

[build]
postgres_version = "15"
Expand Down
File renamed without changes.
Empty file added sql/orb_fdw--0.0.3--0.0.4.sql
Empty file.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ fn body_to_rows(
}

#[wrappers_fdw(
version = "0.0.3",
version = "0.0.4",
author = "Jay Kothari",
website = "https://github.com/orb_fdw",
error_type = "OrbFdwError"
Expand Down

0 comments on commit cc0b90f

Please sign in to comment.