Skip to content

Commit 416088c

Browse files
committed
Version v1.13.0
1 parent 61638c4 commit 416088c

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### Tag v1.13.0 (2025-05-06)
2+
3+
* Fix canal.GetMasterPos() for mariadb. [#1030](https://github.com/go-mysql-org/go-mysql/pull/1030) ([alarbada](https://github.com/alarbada))
4+
* Remove semver. [#1028](https://github.com/go-mysql-org/go-mysql/pull/1028) ([serprex](https://github.com/serprex))
5+
* CI: Test on 32-bit arm. [#1000](https://github.com/go-mysql-org/go-mysql/pull/1000) ([dveeden](https://github.com/dveeden))
6+
* Golangci-lint 2. [#1024](https://github.com/go-mysql-org/go-mysql/pull/1024) ([serprex](https://github.com/serprex))
7+
* Server: Fix formatting of credential provider note. [#1023](https://github.com/go-mysql-org/go-mysql/pull/1023) ([dveeden](https://github.com/dveeden))
8+
19
### Tag v1.12.0 (2025-04-01)
210

311
> **Note:**

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,15 +498,15 @@ For the old logging package `github.com/siddontang/go-log/log`, a converting pac
498498
## How to migrate to this repo
499499
To change the used package in your repo it's enough to add this `replace` directive to your `go.mod`:
500500
```
501-
replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.12.0
501+
replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.13.0
502502
```
503503

504504
This can be done by running this command:
505505
```
506-
go mod edit -replace=github.com/siddontang/go-mysql=github.com/go-mysql-org/go-mysql@v1.12.0
506+
go mod edit -replace=github.com/siddontang/go-mysql=github.com/go-mysql-org/go-mysql@v1.13.0
507507
```
508508

509-
v1.12.0 - is the last tag in repo, feel free to choose what you want.
509+
v1.13.0 - is the last tag in repo, feel free to choose what you want.
510510

511511
## Credits
512512

0 commit comments

Comments
 (0)