Skip to content

Commit 07bc4ca

Browse files
authored
Prepare v0.30.0 (#497)
* Prepare v0.30.0 * Add GAPIC to Spanner docs table of contents
1 parent 4821a48 commit 07bc4ca

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

SpannerClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class SpannerClient
6565
use LROTrait;
6666
use ValidateTrait;
6767

68-
const VERSION = 'master';
68+
const VERSION = '0.1.0';
6969

7070
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
7171
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';

V1/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Google Cloud PHP Spanner
2+
3+
> Idiomatic PHP client for [Cloud Spanner](https://cloud.google.com/spanner/).
4+
5+
* [Homepage](http://googlecloudplatform.github.io/google-cloud-php)
6+
* [API documentation](http://googlecloudplatform.github.io/google-cloud-php/#/docs/cloud-spanner/latest/spanner/spannerclient)
7+
8+
**NOTE:** This repository is part of [Google Cloud PHP](https://github.com/googlecloudplatform/google-cloud-php). Any
9+
support requests, bug reports, or development contributions should be directed to
10+
that project.
11+
12+
## Installation
13+
14+
```
15+
$ composer require google/cloud-spanner
16+
```

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.1.0

0 commit comments

Comments
 (0)