Skip to content

Commit 8e0a1b3

Browse files
chore(main): release 1.16.1 (#475)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent bf518fb commit 8e0a1b3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.0"
2+
".": "1.16.1"
33
}

CHANGES.md

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

3+
## [1.16.1](https://github.com/googleapis/go-sql-spanner/compare/v1.16.0...v1.16.1) (2025-07-29)
4+
5+
6+
### Bug Fixes
7+
8+
* Update all dependencies ([#473](https://github.com/googleapis/go-sql-spanner/issues/473)) ([bf518fb](https://github.com/googleapis/go-sql-spanner/commit/bf518fb2a142c37129abfaada0649a6ec03a2842))
9+
* Update module github.com/testcontainers/testcontainers-go to v0.38.0 ([#474](https://github.com/googleapis/go-sql-spanner/issues/474)) ([b895055](https://github.com/googleapis/go-sql-spanner/commit/b8950554da21899909f750fed1f8fbdf1b98e2fd))
10+
311
## [1.16.0](https://github.com/googleapis/go-sql-spanner/compare/v1.15.0...v1.16.0) (2025-07-03)
412

513

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.0" // x-release-please-version
49+
const userAgent = "go-sql-spanner/1.16.1" // 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)