Skip to content

Commit 879afbd

Browse files
chore(main): release 1.13.1 (#412)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d30ab5e commit 879afbd

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.0"
2+
".": "1.13.1"
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.1](https://github.com/googleapis/go-sql-spanner/compare/v1.13.0...v1.13.1) (2025-04-28)
4+
5+
6+
### Bug Fixes
7+
8+
* Skip Configurator func when marshalling to json ([#411](https://github.com/googleapis/go-sql-spanner/issues/411)) ([d30ab5e](https://github.com/googleapis/go-sql-spanner/commit/d30ab5ec44c231194fffc49c7b490e1962e588dc))
9+
310
## [1.13.0](https://github.com/googleapis/go-sql-spanner/compare/v1.12.0...v1.13.0) (2025-03-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.0" // x-release-please-version
46+
const userAgent = "go-sql-spanner/1.13.1" // 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)