From 3049bf9b85b66ea4bc52478c13f7ad8c62105dba Mon Sep 17 00:00:00 2001 From: Naohiro Yoshida Date: Wed, 5 Feb 2025 08:57:37 +0900 Subject: [PATCH] Bump version (#350) * bump version * bump derive --- bigquery/Cargo.toml | 2 +- foundation/metadata/Cargo.toml | 2 +- googleapis/Cargo.toml | 2 +- spanner-derive/Cargo.toml | 2 +- spanner/Cargo.toml | 2 +- storage/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bigquery/Cargo.toml b/bigquery/Cargo.toml index c15ea0f6..daaa2807 100644 --- a/bigquery/Cargo.toml +++ b/bigquery/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "google-cloud-bigquery" -version = "0.14.0" +version = "0.15.0" edition = "2021" authors = ["yoshidan "] repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/bigquery" diff --git a/foundation/metadata/Cargo.toml b/foundation/metadata/Cargo.toml index 88b96cbd..fdc2a4c3 100644 --- a/foundation/metadata/Cargo.toml +++ b/foundation/metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "google-cloud-metadata" -version = "0.5.0" +version = "0.5.1" authors = ["yoshidan "] edition = "2021" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/foundation/metadata" diff --git a/googleapis/Cargo.toml b/googleapis/Cargo.toml index 417dde5c..4f19d506 100644 --- a/googleapis/Cargo.toml +++ b/googleapis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "google-cloud-googleapis" -version = "0.16.0" +version = "0.16.1" authors = ["yoshidan "] edition = "2021" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/googleapis" diff --git a/spanner-derive/Cargo.toml b/spanner-derive/Cargo.toml index 21f7acce..5c7bbf15 100644 --- a/spanner-derive/Cargo.toml +++ b/spanner-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "google-cloud-spanner-derive" -version = "0.2.0" +version = "0.2.1" authors = ["yoshidan "] edition = "2021" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/macro/spanner" diff --git a/spanner/Cargo.toml b/spanner/Cargo.toml index 8e58ec4d..f36a2e6a 100644 --- a/spanner/Cargo.toml +++ b/spanner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "google-cloud-spanner" -version = "0.32.0" +version = "0.33.0" authors = ["yoshidan "] edition = "2021" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/spanner" diff --git a/storage/Cargo.toml b/storage/Cargo.toml index 204232c5..da17eae8 100644 --- a/storage/Cargo.toml +++ b/storage/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "google-cloud-storage" readme = "README.md" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/storage" -version = "0.23.0" +version = "0.24.0" [dependencies] anyhow = "1.0"