Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Mar 14, 2024
1 parent 7db1b8f commit e83b388
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.1"
".": "1.3.0"
}
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.3.0](https://github.com/googleapis/go-sql-spanner/compare/v1.2.1...v1.3.0) (2024-03-14)


### Features

* Support float32 data type ([#208](https://github.com/googleapis/go-sql-spanner/issues/208)) ([7db1b8f](https://github.com/googleapis/go-sql-spanner/commit/7db1b8f0be6f60a4d20f206bcebbebedd5f2d460))


### Bug Fixes

* **deps:** Update google.golang.org/genproto/googleapis/rpc digest to c811ad7 ([#194](https://github.com/googleapis/go-sql-spanner/issues/194)) ([e58c5b6](https://github.com/googleapis/go-sql-spanner/commit/e58c5b6888078f61fba743393151f058302ff720))
* **deps:** Update module cloud.google.com/go/spanner to v1.59.0 ([#196](https://github.com/googleapis/go-sql-spanner/issues/196)) ([e03a9b1](https://github.com/googleapis/go-sql-spanner/commit/e03a9b14854560e7f85a8405876d03cbc753b32a))
* **deps:** Update module github.com/googleapis/go-sql-spanner to v1.2.1 ([#197](https://github.com/googleapis/go-sql-spanner/issues/197)) ([6c94089](https://github.com/googleapis/go-sql-spanner/commit/6c940890863a720e1849ab9946c90f4b4b3debd9))
* **deps:** Update module google.golang.org/grpc to v1.62.1 ([#195](https://github.com/googleapis/go-sql-spanner/issues/195)) ([606e7dc](https://github.com/googleapis/go-sql-spanner/commit/606e7dc07f272dd3a0999859ad2af10e6d964189))

## [1.2.1](https://github.com/googleapis/go-sql-spanner/compare/v1.2.0...v1.2.1) (2024-02-05)


Expand Down

0 comments on commit e83b388

Please sign in to comment.