Skip to content

Commit

Permalink
chore(main): release spanner 1.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 10, 2024
1 parent 9b97ce7 commit d6e9a43
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@ -10,7 +10,7 @@
"profiler": "0.4.0",
"pubsub": "1.37.0",
"pubsublite": "1.8.1",
"spanner": "1.58.0",
"spanner": "1.59.0",
"storage": "1.39.0",
"vertexai": "0.7.1"
}
8 changes: 8 additions & 0 deletions spanner/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

## [1.59.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.58.0...spanner/v1.59.0) (2024-03-10)


### Features

* **spanner/spansql:** Support Table rename & Table synonym ([#9275](https://github.com/googleapis/google-cloud-go/issues/9275)) ([9b97ce7](https://github.com/googleapis/google-cloud-go/commit/9b97ce75d36980fdaa06f15b0398b7b65e0d6082))
* **spanner:** Add support of float32 type ([#9525](https://github.com/googleapis/google-cloud-go/issues/9525)) ([87d7ea9](https://github.com/googleapis/google-cloud-go/commit/87d7ea97787a56b18506b53e9b26d037f92759ca))

## [1.58.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.57.0...spanner/v1.58.0) (2024-03-06)


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.58.0"
const Version = "1.59.0"

0 comments on commit d6e9a43

Please sign in to comment.