Skip to content

Commit 2a48bb7

Browse files
chore(main): release 1.16.3 (#484)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 2766dfa commit 2a48bb7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.16.2"
2+
".": "1.16.3"
33
}

CHANGES.md

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

3+
## [1.16.3](https://github.com/googleapis/go-sql-spanner/compare/v1.16.2...v1.16.3) (2025-08-06)
4+
5+
6+
### Bug Fixes
7+
8+
* Update all dependencies ([#483](https://github.com/googleapis/go-sql-spanner/issues/483)) ([2766dfa](https://github.com/googleapis/go-sql-spanner/commit/2766dfa9613748761e9a887ed143772306040c4e))
9+
310
## [1.16.2](https://github.com/googleapis/go-sql-spanner/compare/v1.16.1...v1.16.2) (2025-08-05)
411

512

driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import (
4646
"google.golang.org/grpc/status"
4747
)
4848

49-
const userAgent = "go-sql-spanner/1.16.2" // x-release-please-version
49+
const userAgent = "go-sql-spanner/1.16.3" // x-release-please-version
5050

5151
const gormModule = "github.com/googleapis/go-gorm-spanner"
5252
const gormUserAgent = "go-gorm-spanner"

0 commit comments

Comments
 (0)