diff --git a/tembo-cli/Cargo.lock b/tembo-cli/Cargo.lock index 011c33880..731cfaaab 100644 --- a/tembo-cli/Cargo.lock +++ b/tembo-cli/Cargo.lock @@ -4019,7 +4019,7 @@ dependencies = [ [[package]] name = "tembo-cli" -version = "0.20.1" +version = "0.20.2" dependencies = [ "actix-cors", "actix-service", @@ -4093,7 +4093,7 @@ dependencies = [ [[package]] name = "temboclient" -version = "1.0.0" +version = "1.0.1" dependencies = [ "reqwest", "serde", @@ -4106,7 +4106,7 @@ dependencies = [ [[package]] name = "tembodataclient" -version = "0.0.1" +version = "0.0.2" dependencies = [ "reqwest", "serde", diff --git a/tembo-cli/Cargo.toml b/tembo-cli/Cargo.toml index a92d60fa3..61e452c09 100644 --- a/tembo-cli/Cargo.toml +++ b/tembo-cli/Cargo.toml @@ -1,7 +1,7 @@ workspace = { members = ["temboclient", "tembodataclient"] } [package] name = "tembo-cli" -version = "0.20.1" +version = "0.20.2" edition = "2021" authors = ["Tembo.io"] description = "The CLI for Tembo" @@ -54,8 +54,8 @@ dateparser = "0.2.0" log = "0.4.20" tera = "1.18.1" curl = "0.4.44" -temboclient = { version = "1.0.0", path = "temboclient" } -tembodataclient = { version = "0.0.1", path = "tembodataclient" } +temboclient = { version = "1.0.1", path = "temboclient" } +tembodataclient = { version = "0.0.2", path = "tembodataclient" } tokio = { version = "1.26.0", features = [ "rt", "rt-multi-thread", diff --git a/tembo-cli/temboclient/Cargo.toml b/tembo-cli/temboclient/Cargo.toml index abd88d09f..ec7518b6c 100644 --- a/tembo-cli/temboclient/Cargo.toml +++ b/tembo-cli/temboclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "temboclient" -version = "1.0.0" +version = "1.0.1" authors = ["OpenAPI Generator team and contributors"] description = "Platform API for Tembo Cloud

To find a Tembo Data API, please find it here:

[AWS US East 1](https://api.data-1.use1.tembo.io/swagger-ui/) " # Override this license by providing a License Object in the OpenAPI. diff --git a/tembo-cli/tembodataclient/Cargo.toml b/tembo-cli/tembodataclient/Cargo.toml index b60fd3ac2..0d2c973f3 100644 --- a/tembo-cli/tembodataclient/Cargo.toml +++ b/tembo-cli/tembodataclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tembodataclient" -version = "0.0.1" +version = "0.0.2" authors = ["OpenAPI Generator team and contributors"] description = "In the case of large or sensitive data, we avoid collecting it into Tembo Cloud. Instead, there is a Tembo Data API for each region, cloud, or private data plane.

To find the Tembo Cloud API, please find it [here](https://api.tembo.io/swagger-ui/). " # Override this license by providing a License Object in the OpenAPI.