Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayko001 committed Jul 3, 2024
1 parent 012432f commit 7faba35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = "prometheus_fdw"
version = "0.1.5"
version = "0.2.0"
edition = "2021"

[lib]
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 Prometheus Data"
homepage = "https://github.com/tembo-io/prometheus_fdw"
documentation = "https://github.com/tembo-io/prometheus_fdw"
categories = ["connectors"]
version = "0.1.5"
version = "0.2.0"

[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 @@ -65,7 +65,7 @@ fn resp_to_rows(obj: &str, resp: &JsonValue, quals: &[Qual]) -> Vec<Row> {
}

#[wrappers_fdw(
version = "0.1.5",
version = "0.2.0",
author = "Jay Kothari",
website = "https://tembo.io",
error_type = "PrometheusFdwError"
Expand Down

0 comments on commit 7faba35

Please sign in to comment.