File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### Tag v1.2.0 (2021.05.16)
2
+ * Fix a rare bug in Conn.readResultStreaming. [ #573 ] ( https://github.com/go-mysql-org/go-mysql/pull/573 ) ([ atercattus] ( https://github.com/atercattus ) )
3
+ * Fix tag. [ #575 ] ( https://github.com/go-mysql-org/go-mysql/pull/575 ) ([ atercattus] ( https://github.com/atercattus ) )
4
+ * Update dependency. [ #576 ] ( https://github.com/go-mysql-org/go-mysql/pull/576 ) ([ Ehco1996] ( https://github.com/Ehco1996 ) )
5
+
1
6
### Tag v1.1.2 (2021.04.20)
2
7
* Fix canal test in readme. [ #516 ] ( https://github.com/go-mysql-org/go-mysql/pull/516 ) ([ gaojijun] ( https://github.com/gaojijun ) )
3
8
* UUID clone. [ #522 ] ( https://github.com/go-mysql-org/go-mysql/pull/522 ) ([ lance6716] ( https://github.com/lance6716 ) )
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ A pure go library to handle MySQL network protocol and replication.
9
9
## How to migrate to this repo
10
10
To change the used package in your repo it's enough to add this ` replace ` directive to your ` go.mod ` :
11
11
```
12
- replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.1.2
12
+ replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.2.0
13
13
```
14
14
15
- v1.1.2 - is the last tag in repo, feel free to choose what you want.
15
+ v1.2.0 - is the last tag in repo, feel free to choose what you want.
16
16
17
17
## Changelog
18
18
This repo uses [ Changelog] ( CHANGELOG.md ) .
You can’t perform that action at this time.
0 commit comments