Skip to content

Commit

Permalink
Prepare v0.66.0 (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee authored May 24, 2018
1 parent fb0f6e1 commit 41ff6c4
Show file tree
Hide file tree
Showing 35 changed files with 79 additions and 56 deletions.
2 changes: 1 addition & 1 deletion BigQueryDataTransfer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
0.5.0
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.4
0.4.0
2 changes: 1 addition & 1 deletion Container/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.4
0.4.0
2 changes: 1 addition & 1 deletion Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.2
1.20.3
2 changes: 1 addition & 1 deletion Dataproc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.4
0.4.0
2 changes: 1 addition & 1 deletion Debugger/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.0
2 changes: 1 addition & 1 deletion Debugger/src/DebuggerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class DebuggerClient
{
use ClientTrait;

const VERSION = '0.8.0';
const VERSION = '0.9.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 Dialogflow/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.2.0
2 changes: 1 addition & 1 deletion Dlp/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.9.0
2 changes: 1 addition & 1 deletion ErrorReporting/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.5
0.10.0
2 changes: 1 addition & 1 deletion Firestore/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 Firestore/src/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

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

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion Iot/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.2.0
2 changes: 1 addition & 1 deletion Language/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.4
0.14.0
2 changes: 1 addition & 1 deletion Language/src/LanguageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class LanguageClient
use ClientTrait;
use RetryDeciderTrait;

const VERSION = '0.13.4';
const VERSION = '0.14.0';

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

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

const VERSION = '1.10.5';
const VERSION = '1.11.0';

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 Monitoring/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.4
0.10.0
2 changes: 1 addition & 1 deletion OsLogin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.4
0.4.0
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4
1.2.0
2 changes: 1 addition & 1 deletion PubSub/src/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class PubSubClient
use IncomingMessageTrait;
use ResourceNameTrait;

const VERSION = '1.1.4';
const VERSION = '1.2.0';

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

Expand Down
2 changes: 1 addition & 1 deletion Redis/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.2.0
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.5.0
2 changes: 1 addition & 1 deletion Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

const VERSION = '1.4.1';
const VERSION = '1.5.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';
Expand Down
2 changes: 1 addition & 1 deletion Speech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.1
0.14.0
2 changes: 1 addition & 1 deletion Speech/src/SpeechClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class SpeechClient
{
use ClientTrait;

const VERSION = '0.13.1';
const VERSION = '0.14.0';

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

Expand Down
2 changes: 1 addition & 1 deletion Trace/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.4
0.8.0
2 changes: 1 addition & 1 deletion Trace/src/TraceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class TraceClient
{
use ClientTrait;

const VERSION = '0.7.4';
const VERSION = '0.8.0';

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

Expand Down
2 changes: 1 addition & 1 deletion VideoIntelligence/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.4
0.11.0
2 changes: 1 addition & 1 deletion Vision/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.4
0.12.0
2 changes: 1 addition & 1 deletion Vision/src/VisionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class VisionClient
use ClientTrait;
use ValidateTrait;

const VERSION = '0.11.4';
const VERSION = '0.12.0';

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

Expand Down
46 changes: 23 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,31 +66,31 @@
},
"replace": {
"google/cloud-bigquery": "1.2.1",
"google/cloud-bigquerydatatransfer": "0.4.1",
"google/cloud-bigtable": "0.3.4",
"google/cloud-container": "0.3.4",
"google/cloud-core": "1.20.2",
"google/cloud-dataproc": "0.3.4",
"google/cloud-bigquerydatatransfer": "0.5.0",
"google/cloud-bigtable": "0.4.0",
"google/cloud-container": "0.4.0",
"google/cloud-core": "1.20.3",
"google/cloud-dataproc": "0.4.0",
"google/cloud-datastore": "1.5.2",
"google/cloud-debugger": "0.8.0",
"google/cloud-dialogflow": "0.1.1",
"google/cloud-dlp": "0.8.1",
"google/cloud-error-reporting": "0.9.5",
"google/cloud-firestore": "0.9.1",
"google/cloud-iot": "0.1.3",
"google/cloud-language": "0.13.4",
"google/cloud-logging": "1.10.5",
"google/cloud-monitoring": "0.9.4",
"google/cloud-oslogin": "0.3.4",
"google/cloud-pubsub": "1.1.4",
"google/cloud-redis": "0.1.1",
"google/cloud-spanner": "1.4.1",
"google/cloud-speech": "0.13.1",
"google/cloud-debugger": "0.9.0",
"google/cloud-dialogflow": "0.2.0",
"google/cloud-dlp": "0.9.0",
"google/cloud-error-reporting": "0.10.0",
"google/cloud-firestore": "0.10.0",
"google/cloud-iot": "0.2.0",
"google/cloud-language": "0.14.0",
"google/cloud-logging": "1.11.0",
"google/cloud-monitoring": "0.10.0",
"google/cloud-oslogin": "0.4.0",
"google/cloud-pubsub": "1.2.0",
"google/cloud-redis": "0.2.0",
"google/cloud-spanner": "1.5.0",
"google/cloud-speech": "0.14.0",
"google/cloud-storage": "1.5.0",
"google/cloud-trace": "0.7.4",
"google/cloud-trace": "0.8.0",
"google/cloud-translate": "1.2.0",
"google/cloud-videointelligence": "0.10.4",
"google/cloud-vision": "0.11.4"
"google/cloud-videointelligence": "0.11.0",
"google/cloud-vision": "0.12.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 @@ -179,4 +179,4 @@
]
}
}
}
}
Loading

0 comments on commit 41ff6c4

Please sign in to comment.