From 35ca2d74f474e4719a98d4c8bbd34efbc4eb928a Mon Sep 17 00:00:00 2001 From: Renar Narubin Date: Sat, 6 May 2023 10:11:33 -0700 Subject: [PATCH] Bump version to 0.10.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 647c03e..d133b94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2295,7 +2295,7 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "ya-gcp" -version = "0.9.0" +version = "0.10.0" dependencies = [ "approx", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 5df9fd6..894ed3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ya-gcp" -version = "0.9.0" +version = "0.10.0" authors = ["Renar Narubin "] edition = "2021" description = "APIs for using Google Cloud Platform services"