Skip to content

Commit 8d84227

Browse files
chore(main): release spanner 1.43.0
1 parent 4448e12 commit 8d84227

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest-individual.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"profiler": "0.3.1",
99
"pubsub": "1.28.0",
1010
"pubsublite": "1.6.0",
11-
"spanner": "1.42.0",
11+
"spanner": "1.43.0",
1212
"storage": "1.28.1"
1313
}

spanner/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.43.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.42.0...spanner/v1.43.0) (2023-01-06)
4+
5+
6+
### Features
7+
8+
* **spanner:** Add REST client ([06a54a1](https://github.com/googleapis/google-cloud-go/commit/06a54a16a5866cce966547c51e203b9e09a25bc0))
9+
310
## [1.42.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.41.0...spanner/v1.42.0) (2022-12-14)
411

512

spanner/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.42.0"
18+
const Version = "1.43.0"

0 commit comments

Comments
 (0)