From 49ef0a16ce1b6cd869f51ff8db2bec2b7bddf8f3 Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Fri, 23 Feb 2018 19:05:49 -0500 Subject: [PATCH] Prepare v0.55.0 (#915) --- composer.json | 6 +++--- docs/manifest.json | 4 ++++ src/Datastore/DatastoreClient.php | 2 +- src/Datastore/VERSION | 2 +- src/Firestore/FirestoreClient.php | 2 +- src/Firestore/VERSION | 2 +- src/PubSub/PubSubClient.php | 2 +- src/PubSub/VERSION | 2 +- src/ServiceBuilder.php | 2 +- src/Version.php | 2 +- 10 files changed, 15 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 07ea971a497a..964084528595 100644 --- a/composer.json +++ b/composer.json @@ -70,15 +70,15 @@ "google/cloud-container": "0.2.1", "google/cloud-core": "1.17.0", "google/cloud-dataproc": "0.2.1", - "google/cloud-datastore": "1.3.0", + "google/cloud-datastore": "1.3.1", "google/cloud-dlp": "0.5.2", "google/cloud-error-reporting": "0.8.2", - "google/cloud-firestore": "0.4.2", + "google/cloud-firestore": "0.5.0", "google/cloud-language": "0.12.1", "google/cloud-logging": "1.9.2", "google/cloud-monitoring": "0.8.1", "google/cloud-oslogin": "0.2.1", - "google/cloud-pubsub": "0.12.2", + "google/cloud-pubsub": "1.0.0", "google/cloud-spanner": "1.1.2", "google/cloud-speech": "0.11.1", "google/cloud-storage": "1.3.4", diff --git a/docs/manifest.json b/docs/manifest.json index cba213b34f7e..d6c4ebc40397 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "readme", "versions": [ + "v0.55.0", "v0.54.0", "v0.53.0", "v0.52.1", @@ -187,6 +188,7 @@ "name": "google/cloud-datastore", "defaultService": "datastore/datastoreclient", "versions": [ + "v1.3.1", "v1.3.0", "v1.2.2", "v1.2.1", @@ -265,6 +267,7 @@ "name": "google/cloud-firestore", "defaultService": "firestore/firestoreclient", "versions": [ + "v0.5.0", "v0.4.2", "v0.4.1", "v0.4.0", @@ -375,6 +378,7 @@ "name": "google/cloud-pubsub", "defaultService": "pubsub/pubsubclient", "versions": [ + "v1.0.0", "v0.12.2", "v0.12.1", "v0.12.0", diff --git a/src/Datastore/DatastoreClient.php b/src/Datastore/DatastoreClient.php index 99ca468677b8..e809c6c8ab1f 100644 --- a/src/Datastore/DatastoreClient.php +++ b/src/Datastore/DatastoreClient.php @@ -78,7 +78,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.3.0'; + const VERSION = '1.3.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/src/Datastore/VERSION b/src/Datastore/VERSION index 589268e6fedb..6261a05bb0ef 100644 --- a/src/Datastore/VERSION +++ b/src/Datastore/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/Firestore/FirestoreClient.php b/src/Firestore/FirestoreClient.php index 47fcbde2600f..2ece73413669 100644 --- a/src/Firestore/FirestoreClient.php +++ b/src/Firestore/FirestoreClient.php @@ -53,7 +53,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '0.4.2'; + const VERSION = '0.5.0'; const DEFAULT_DATABASE = '(default)'; diff --git a/src/Firestore/VERSION b/src/Firestore/VERSION index f7abe273d307..79a2734bbf3d 100644 --- a/src/Firestore/VERSION +++ b/src/Firestore/VERSION @@ -1 +1 @@ -0.4.2 \ No newline at end of file +0.5.0 \ No newline at end of file diff --git a/src/PubSub/PubSubClient.php b/src/PubSub/PubSubClient.php index dd38c1e06264..e5807b55cd52 100644 --- a/src/PubSub/PubSubClient.php +++ b/src/PubSub/PubSubClient.php @@ -84,7 +84,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '0.12.2'; + const VERSION = '1.0.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/src/PubSub/VERSION b/src/PubSub/VERSION index e96a87111cbb..afaf360d37fb 100644 --- a/src/PubSub/VERSION +++ b/src/PubSub/VERSION @@ -1 +1 @@ -0.12.2 \ No newline at end of file +1.0.0 \ No newline at end of file diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index ad6eaf12925b..486806fbc1d7 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.54.0'; + const VERSION = '0.55.0'; } diff --git a/src/Version.php b/src/Version.php index 2eda61e3f66a..8323917beb1a 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.54.0'; + const VERSION = '0.55.0'; }