Skip to content

Commit

Permalink
Prepare v0.54.0 (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored Feb 15, 2018
1 parent 73ea6d1 commit 05532a3
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 22 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,25 +68,25 @@
"google/cloud-bigquery": "1.0.3",
"google/cloud-bigtable": "0.2.1",
"google/cloud-container": "0.2.1",
"google/cloud-core": "1.16.0",
"google/cloud-core": "1.17.0",
"google/cloud-dataproc": "0.2.1",
"google/cloud-datastore": "1.3.0",
"google/cloud-dlp": "0.5.2",
"google/cloud-error-reporting": "0.8.1",
"google/cloud-firestore": "0.4.1",
"google/cloud-error-reporting": "0.8.2",
"google/cloud-firestore": "0.4.2",
"google/cloud-language": "0.12.1",
"google/cloud-logging": "1.9.1",
"google/cloud-logging": "1.9.2",
"google/cloud-monitoring": "0.8.1",
"google/cloud-oslogin": "0.2.1",
"google/cloud-pubsub": "0.12.1",
"google/cloud-pubsub": "0.12.2",
"google/cloud-spanner": "1.1.2",
"google/cloud-speech": "0.11.1",
"google/cloud-storage": "1.3.4",
"google/cloud-trace": "0.6.1",
"google/cloud-translate": "1.1.2",
"google/cloud-videointelligence": "0.9.1",
"google/cloud-vision": "0.9.1",
"google/cloud-debugger": "0.4.0"
"google/cloud-vision": "0.10.0",
"google/cloud-debugger": "0.5.0"
},
"suggest": {
"opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
Expand Down Expand Up @@ -128,4 +128,4 @@
]
}
}
}
}
8 changes: 8 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "readme",
"versions": [
"v0.54.0",
"v0.53.0",
"v0.52.1",
"v0.52.0",
Expand Down Expand Up @@ -135,6 +136,7 @@
"name": "google/cloud-core",
"defaultService": "core/servicebuilder",
"versions": [
"v1.17.0",
"v1.16.0",
"v1.15.3",
"v1.15.2",
Expand Down Expand Up @@ -203,6 +205,7 @@
"name": "google/cloud-debugger",
"defaultService": "debugger/debuggerclient",
"versions": [
"v0.5.0",
"v0.4.0",
"v0.3.0",
"v0.2.0",
Expand Down Expand Up @@ -236,6 +239,7 @@
"name": "google/cloud-error-reporting",
"defaultService": "errorreporting/readme",
"versions": [
"v0.8.2",
"v0.8.1",
"v0.8.0",
"v0.7.3",
Expand All @@ -261,6 +265,7 @@
"name": "google/cloud-firestore",
"defaultService": "firestore/firestoreclient",
"versions": [
"v0.4.2",
"v0.4.1",
"v0.4.0",
"v0.3.4",
Expand Down Expand Up @@ -305,6 +310,7 @@
"name": "google/cloud-logging",
"defaultService": "logging/loggingclient",
"versions": [
"v1.9.2",
"v1.9.1",
"v1.9.0",
"v1.8.3",
Expand Down Expand Up @@ -369,6 +375,7 @@
"name": "google/cloud-pubsub",
"defaultService": "pubsub/pubsubclient",
"versions": [
"v0.12.2",
"v0.12.1",
"v0.12.0",
"v0.11.3",
Expand Down Expand Up @@ -537,6 +544,7 @@
"name": "google/cloud-vision",
"defaultService": "vision/visionclient",
"versions": [
"v0.10.0",
"v0.9.1",
"v0.9.0",
"v0.8.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.0
1.17.0
2 changes: 1 addition & 1 deletion src/Debugger/DebuggerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class DebuggerClient
{
use ClientTrait;

const VERSION = '0.4.0';
const VERSION = '0.5.0';
const DEFAULT_AGENT_VERSION = 'google.com/gcp-php/v0.1';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';
Expand Down
2 changes: 1 addition & 1 deletion src/Debugger/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0
2 changes: 1 addition & 1 deletion src/ErrorReporting/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.8.2
2 changes: 1 addition & 1 deletion src/Firestore/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '0.4.1';
const VERSION = '0.4.2';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion src/Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
0.4.2
2 changes: 1 addition & 1 deletion src/Logging/LoggingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class LoggingClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.9.1';
const VERSION = '1.9.2';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read';
Expand Down
2 changes: 1 addition & 1 deletion src/Logging/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.1
1.9.2
2 changes: 1 addition & 1 deletion src/PubSub/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class PubSubClient
use IncomingMessageTrait;
use ResourceNameTrait;

const VERSION = '0.12.1';
const VERSION = '0.12.2';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub';

Expand Down
2 changes: 1 addition & 1 deletion src/PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.1
0.12.2
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
const VERSION = '0.53.0';
const VERSION = '0.54.0';
}
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
*/
class Version
{
const VERSION = '0.53.0';
const VERSION = '0.54.0';
}
2 changes: 1 addition & 1 deletion src/Vision/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.10.0
2 changes: 1 addition & 1 deletion src/Vision/VisionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class VisionClient
use ClientTrait;
use ValidateTrait;

const VERSION = '0.9.1';
const VERSION = '0.10.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down

0 comments on commit 05532a3

Please sign in to comment.