Skip to content

Commit

Permalink
Bump crate versions in CLI (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmiller609 committed Mar 8, 2024
1 parent a897a5b commit fea0351
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions tembo-cli/Cargo.lock

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

6 changes: 3 additions & 3 deletions tembo-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tembo-cli/temboclient/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 </br> </br> To find a Tembo Data API, please find it here: </br> </br> [AWS US East 1](https://api.data-1.use1.tembo.io/swagger-ui/) "
# Override this license by providing a License Object in the OpenAPI.
Expand Down
2 changes: 1 addition & 1 deletion tembo-cli/tembodataclient/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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. </br> </br> 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.
Expand Down

0 comments on commit fea0351

Please sign in to comment.