Skip to content

Commit

Permalink
Prepare v0.24.0 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored Mar 10, 2017
1 parent 3e21b68 commit aa60809
Show file tree
Hide file tree
Showing 23 changed files with 35 additions and 10 deletions.
13 changes: 13 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": "servicebuilder",
"versions": [
"v0.24.0",
"v0.23.0",
"v0.22.0",
"v0.21.1",
Expand Down Expand Up @@ -45,6 +46,7 @@
"name": "google/cloud-bigquery",
"defaultService": "bigquery/bigqueryclient",
"versions": [
"v0.1.0",
"master"
]
},
Expand All @@ -53,6 +55,7 @@
"name": "google/cloud-core",
"defaultService": "core/readme",
"versions": [
"v0.1.0",
"master"
]
},
Expand All @@ -61,6 +64,7 @@
"name": "google/cloud-datastore",
"defaultService": "datastore/datastoreclient",
"versions": [
"v0.1.0",
"master"
]
},
Expand All @@ -69,6 +73,7 @@
"name": "google/cloud-error-reporting",
"defaultService": "errorreporting/readme",
"versions": [
"v0.1.0",
"master"
]
},
Expand All @@ -77,6 +82,7 @@
"name": "google/cloud-logging",
"defaultService": "logging/loggingclient",
"versions": [
"v0.1.0",
"master"
]
},
Expand All @@ -85,6 +91,7 @@
"name": "google/cloud-monitoring",
"defaultService": "monitoring/readme",
"versions": [
"v0.1.0",
"master"
]
},
Expand All @@ -93,6 +100,7 @@
"name": "google/cloud-natural-language",
"defaultService": "naturallanguage/naturallanguageclient",
"versions": [
"v0.1.0",
"master"
]
},
Expand All @@ -101,6 +109,7 @@
"name": "google/cloud-pubsub",
"defaultService": "pubsub/pubsubclient",
"versions": [
"v0.1.0",
"master"
]
},
Expand All @@ -109,6 +118,7 @@
"name": "google/cloud-speech",
"defaultService": "speech/speechclient",
"versions": [
"v0.1.0",
"master"
]
},
Expand All @@ -117,6 +127,7 @@
"name": "google/cloud-storage",
"defaultService": "storage/storageclient",
"versions": [
"v0.1.0",
"master"
]
},
Expand All @@ -125,6 +136,7 @@
"name": "google/cloud-translate",
"defaultService": "translate/translateclient",
"versions": [
"v0.1.0",
"master"
]
},
Expand All @@ -133,6 +145,7 @@
"name": "google/cloud-vision",
"defaultService": "vision/visionclient",
"versions": [
"v0.1.0",
"master"
]
}
Expand Down
2 changes: 1 addition & 1 deletion src/BigQuery/BigQueryClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class BigQueryClient
use ClientTrait;
use JobConfigurationTrait;

const VERSION = 'master';
const VERSION = '0.1.0';

const SCOPE = 'https://www.googleapis.com/auth/bigquery';
const INSERT_SCOPE = 'https://www.googleapis.com/auth/bigquery.insertdata';
Expand Down
1 change: 1 addition & 0 deletions src/BigQuery/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
1 change: 1 addition & 0 deletions src/Core/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
2 changes: 1 addition & 1 deletion src/Datastore/DatastoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class DatastoreClient
use ClientTrait;
use DatastoreTrait;

const VERSION = 'master';
const VERSION = '0.1.0';

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

Expand Down
1 change: 1 addition & 0 deletions src/Datastore/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
1 change: 1 addition & 0 deletions src/ErrorReporting/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
2 changes: 1 addition & 1 deletion src/Logging/LoggingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class LoggingClient
{
use ClientTrait;

const VERSION = 'master';
const VERSION = '0.1.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
1 change: 1 addition & 0 deletions src/Logging/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
1 change: 1 addition & 0 deletions src/Monitoring/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
2 changes: 1 addition & 1 deletion src/NaturalLanguage/NaturalLanguageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class NaturalLanguageClient
{
use ClientTrait;

const VERSION = 'master';
const VERSION = '0.1.0';

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

Expand Down
1 change: 1 addition & 0 deletions src/NaturalLanguage/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
2 changes: 1 addition & 1 deletion src/PubSub/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class PubSubClient
use IncomingMessageTrait;
use ResourceNameTrait;

const VERSION = 'master';
const VERSION = '0.1.0';

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

Expand Down
1 change: 1 addition & 0 deletions src/PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
*/
class ServiceBuilder
{
const VERSION = '0.23.0';
const VERSION = '0.24.0';

/**
* @var array Configuration options to be used between clients.
Expand Down
2 changes: 1 addition & 1 deletion src/Speech/SpeechClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class SpeechClient
{
use ClientTrait;

const VERSION = 'master';
const VERSION = '0.1.0';

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

Expand Down
1 change: 1 addition & 0 deletions src/Speech/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
2 changes: 1 addition & 1 deletion src/Storage/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class StorageClient
{
use ClientTrait;

const VERSION = 'master';
const VERSION = '0.1.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';
Expand Down
1 change: 1 addition & 0 deletions src/Storage/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
2 changes: 1 addition & 1 deletion src/Translate/TranslateClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class TranslateClient
{
use ClientTrait;

const VERSION = 'master';
const VERSION = '0.1.0';

const ENGLISH_LANGUAGE_CODE = 'en';

Expand Down
1 change: 1 addition & 0 deletions src/Translate/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
1 change: 1 addition & 0 deletions src/Vision/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.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 = 'master';
const VERSION = '0.1.0';

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

Expand Down

0 comments on commit aa60809

Please sign in to comment.