Skip to content

Commit bc33a3a

Browse files
chore(main): release 1.13.2 (#418)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 7a408a2 commit bc33a3a

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.13.1"
2+
".": "1.13.2"
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.13.2](https://github.com/googleapis/go-sql-spanner/compare/v1.13.1...v1.13.2) (2025-05-14)
4+
5+
6+
### Bug Fixes
7+
8+
* Update all dependencies ([#417](https://github.com/googleapis/go-sql-spanner/issues/417)) ([7a408a2](https://github.com/googleapis/go-sql-spanner/commit/7a408a29106102e281342acd66c25c2d74f89aec))
9+
310
## [1.13.1](https://github.com/googleapis/go-sql-spanner/compare/v1.13.0...v1.13.1) (2025-04-28)
411

512

driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import (
4343
"google.golang.org/grpc/status"
4444
)
4545

46-
const userAgent = "go-sql-spanner/1.13.1" // x-release-please-version
46+
const userAgent = "go-sql-spanner/1.13.2" // x-release-please-version
4747

4848
const gormModule = "github.com/googleapis/go-gorm-spanner"
4949
const gormUserAgent = "go-gorm-spanner"

0 commit comments

Comments
 (0)