Skip to content

Commit

Permalink
bump version (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayko001 authored Jul 18, 2024
1 parent d8cb30f commit b3e6e01
Show file tree
Hide file tree
Showing 6 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.12.2"
version = "0.13.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and [Orb](https://www.withorb.com/) a leading usage-based billing solution.

### Pre-requisistes

- have the v0.12.1 of `orb_fdw` extension enabled in your instance
- have the v0.13.0 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.12.2"
version = "0.13.0"

[build]
postgres_version = "15"
Expand Down
Empty file added sql/orb_fdw--0.12.2--0.13.0.sql
Empty file.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ fn process_data<T: std::fmt::Debug, E: std::fmt::Display + std::fmt::Debug>(
}

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

0 comments on commit b3e6e01

Please sign in to comment.