From 318678e3ec6cfde58b87ad8ab2a1cd5c55e33a35 Mon Sep 17 00:00:00 2001 From: Dave Supplee Date: Mon, 17 Jul 2017 19:18:03 -0400 Subject: [PATCH] Prepare v0.35.0 --- composer.json | 12 ++++++------ docs/manifest.json | 6 ++++++ src/Core/VERSION | 2 +- src/Logging/LoggingClient.php | 2 +- src/Logging/VERSION | 2 +- src/PubSub/PubSubClient.php | 2 +- src/PubSub/VERSION | 2 +- src/ServiceBuilder.php | 2 +- src/Spanner/SpannerClient.php | 2 +- src/Spanner/VERSION | 2 +- src/Trace/TraceClient.php | 2 +- src/Trace/VERSION | 2 +- 12 files changed, 22 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index a70eb7cc0f6b..c2f3e9c3be73 100644 --- a/composer.json +++ b/composer.json @@ -64,17 +64,17 @@ }, "replace": { "google/cloud-bigquery": "0.2.1", - "google/cloud-core": "1.6.0", + "google/cloud-core": "1.7.0", "google/cloud-datastore": "1.0.0", "google/cloud-error-reporting": "0.4.1", - "google/cloud-logging": "1.3.0", + "google/cloud-logging": "1.3.1", "google/cloud-monitoring": "0.4.1", "google/cloud-language": "0.4.0", - "google/cloud-pubsub": "0.6.0", - "google/cloud-spanner": "0.3.1", + "google/cloud-pubsub": "0.6.1", + "google/cloud-spanner": "0.4.0", "google/cloud-speech": "0.6.0", "google/cloud-storage": "1.1.3", - "google/cloud-trace": "0.3.0", + "google/cloud-trace": "0.3.1", "google/cloud-translate": "1.0.0", "google/cloud-videointelligence": "0.3.1", "google/cloud-vision": "0.4.0" @@ -114,4 +114,4 @@ "entry": "ServiceBuilder.php" } } -} +} \ No newline at end of file diff --git a/docs/manifest.json b/docs/manifest.json index 8888cb2cf14b..5cd3b86f6f1e 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.35.0", "v0.34.1", "v0.34.0", "v0.33.1", @@ -73,6 +74,7 @@ "name": "google/cloud-core", "defaultService": "core/readme", "versions": [ + "v1.7.0", "v1.6.0", "v1.5.1", "v1.5.0", @@ -126,6 +128,7 @@ "name": "google/cloud-logging", "defaultService": "logging/loggingclient", "versions": [ + "v1.3.1", "v1.3.0", "v1.2.0", "v1.1.0", @@ -165,6 +168,7 @@ "name": "google/cloud-pubsub", "defaultService": "pubsub/pubsubclient", "versions": [ + "v0.6.1", "v0.6.0", "v0.5.1", "v0.5.0", @@ -180,6 +184,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v0.4.0", "v0.3.1", "v0.3.0", "v0.2.2", @@ -223,6 +228,7 @@ "name": "google/cloud-trace", "defaultService": "trace/traceclient", "versions": [ + "v0.3.1", "v0.3.0", "v0.2.0", "v0.1.0", diff --git a/src/Core/VERSION b/src/Core/VERSION index ce6a70b9d84c..9dbb0c0052e7 100644 --- a/src/Core/VERSION +++ b/src/Core/VERSION @@ -1 +1 @@ -1.6.0 \ No newline at end of file +1.7.0 \ No newline at end of file diff --git a/src/Logging/LoggingClient.php b/src/Logging/LoggingClient.php index eb272a5d25f3..f9a1fc45aa9a 100644 --- a/src/Logging/LoggingClient.php +++ b/src/Logging/LoggingClient.php @@ -68,7 +68,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.3.0'; + const VERSION = '1.3.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read'; diff --git a/src/Logging/VERSION b/src/Logging/VERSION index 589268e6fedb..6261a05bb0ef 100644 --- a/src/Logging/VERSION +++ b/src/Logging/VERSION @@ -1 +1 @@ -1.3.0 \ No newline at end of file +1.3.1 \ No newline at end of file diff --git a/src/PubSub/PubSubClient.php b/src/PubSub/PubSubClient.php index 358ef24bc715..89ecc45336e6 100644 --- a/src/PubSub/PubSubClient.php +++ b/src/PubSub/PubSubClient.php @@ -85,7 +85,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '0.6.0'; + const VERSION = '0.6.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/src/PubSub/VERSION b/src/PubSub/VERSION index 09a3acfa138d..7ceb04048e8a 100644 --- a/src/PubSub/VERSION +++ b/src/PubSub/VERSION @@ -1 +1 @@ -0.6.0 \ No newline at end of file +0.6.1 \ No newline at end of file diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index d4652d919ff1..8e9a58339aea 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -50,7 +50,7 @@ */ class ServiceBuilder { - const VERSION = '0.34.1'; + const VERSION = '0.35.0'; /** * @var array Configuration options to be used between clients. diff --git a/src/Spanner/SpannerClient.php b/src/Spanner/SpannerClient.php index 5459f1587e32..4548ea96188f 100644 --- a/src/Spanner/SpannerClient.php +++ b/src/Spanner/SpannerClient.php @@ -64,7 +64,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '0.3.1'; + const VERSION = '0.4.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data'; const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin'; diff --git a/src/Spanner/VERSION b/src/Spanner/VERSION index a2268e2de445..60a2d3e96c80 100644 --- a/src/Spanner/VERSION +++ b/src/Spanner/VERSION @@ -1 +1 @@ -0.3.1 \ No newline at end of file +0.4.0 \ No newline at end of file diff --git a/src/Trace/TraceClient.php b/src/Trace/TraceClient.php index f28cced6d6b5..91b17c3739e6 100644 --- a/src/Trace/TraceClient.php +++ b/src/Trace/TraceClient.php @@ -43,7 +43,7 @@ class TraceClient use ArrayTrait; use ClientTrait; - const VERSION = '0.3.0'; + const VERSION = '0.3.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/trace.readonly'; diff --git a/src/Trace/VERSION b/src/Trace/VERSION index 9325c3ccda98..a2268e2de445 100644 --- a/src/Trace/VERSION +++ b/src/Trace/VERSION @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.3.1 \ No newline at end of file