Skip to content

Commit

Permalink
chore(main): release spanner 1.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 21, 2024
1 parent 7ef0ded commit db0479e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"profiler": "0.4.1",
"pubsub": "1.42.0",
"pubsublite": "1.8.2",
"spanner": "1.67.0",
"spanner": "1.68.0",
"storage": "1.43.0",
"vertexai": "0.12.0"
}
13 changes: 13 additions & 0 deletions spanner/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changes

## [1.68.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.67.0...spanner/v1.68.0) (2024-08-21)


### Features

* **spanner:** Add support for Go 1.23 iterators ([84461c0](https://github.com/googleapis/google-cloud-go/commit/84461c0ba464ec2f951987ba60030e37c8a8fc18))


### Bug Fixes

* **spanner:** Ensure defers run at the right time in tests ([#9759](https://github.com/googleapis/google-cloud-go/issues/9759)) ([7ef0ded](https://github.com/googleapis/google-cloud-go/commit/7ef0ded2502dbb37f07bc93bc2e868e29f7121c4))
* **spanner:** Json null handling ([#10660](https://github.com/googleapis/google-cloud-go/issues/10660)) ([4c519e3](https://github.com/googleapis/google-cloud-go/commit/4c519e37a124defc3451adfdbd0883a5e081eb2f))

## [1.67.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.66.0...spanner/v1.67.0) (2024-08-15)


Expand Down
2 changes: 1 addition & 1 deletion spanner/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.67.0"
const Version = "1.68.0"

0 comments on commit db0479e

Please sign in to comment.