-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.11.0 #973
Release v1.11.0 #973
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rest lgtm
Co-authored-by: lance6716 <[email protected]>
I used a self-written cli to generate the changelog, but it works so-so. I would be glad if we switched or discussed switching to GH releases themselves. If you need, here's what the utility generates now:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, we have the last version here, but this is only docs.
The only issue I see with |
I've update The differences with my code are: diff --git a/CHANGELOG.md b/CHANGELOG.md
index a32677c..6877f4c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,21 +1,21 @@
## Tag v1.11.0 (2025-01-23)
* [-mysql:-]{+Mysql:+} Fix GetInt() with negative [-text result-]{+NEWDECIMAL result.+} [#972](https://github.com/go-mysql-org/go-mysql/pull/972) ([dveeden](https://github.com/dveeden))
* [-client:-]{+Client:+} Update [-docs-]{+docs.+} [#970](https://github.com/go-mysql-org/go-mysql/pull/970) ([dveeden](https://github.com/dveeden))
* Cleanup: remove [-clear_vendor.sh-]{+clear_vendor.sh.+} [#971](https://github.com/go-mysql-org/go-mysql/pull/971) ([dveeden](https://github.com/dveeden))
* [-`*`:-]{+*:+} don't use zero value of [-mysql.Result-]{+mysql.Result.+} [#969](https://github.com/go-mysql-org/go-mysql/pull/969) ([lance6716](https://github.com/lance6716))
* [-mysql:-]{+Mysql:+} Fix ColumnNumber() panic with nil [-Resultset-]{+Resultset.+} [#968](https://github.com/go-mysql-org/go-mysql/pull/968) ([dveeden](https://github.com/dveeden))
* [-replication:-]{+Replication:+} Improve [-COM_REGISTER_SLAVE-]{+COM_REGISTER_SLAVE.+} [#967](https://github.com/go-mysql-org/go-mysql/pull/967) ([dveeden](https://github.com/dveeden))
* [-use-]{+Use+} syscall.Gettimeofday to get current [-time-]{+time.+} [#961](https://github.com/go-mysql-org/go-mysql/pull/961) ([hjweddie](https://github.com/hjweddie))
* Remove duplicate SIGINT in signal [-handling-]{+handling.+} [#962](https://github.com/go-mysql-org/go-mysql/pull/962) ([soya111](https://github.com/soya111))
* [-feat:-]{+Feat:+} Added `time.Time` support for datetime [-format-]{+format.+} [#957](https://github.com/go-mysql-org/go-mysql/pull/957) ([inoth](https://github.com/inoth))
* [-mysql-]{+Mysql+} field: expose API to modify field [-vale-]{+value.+} [#960](https://github.com/go-mysql-org/go-mysql/pull/960) ([walkline](https://github.com/walkline))
* [-replication:-]{+Replication:+} Support GTID tag in [-PreviousGTIDsEvent-]{+PreviousGTIDsEvent.+} [#952](https://github.com/go-mysql-org/go-mysql/pull/952) ([dveeden](https://github.com/dveeden))
* [-zeroalloc:-]{+Zeroalloc:+} don't use [-unsafe.Pointer-]{+unsafe.Pointer.+} [#959](https://github.com/go-mysql-org/go-mysql/pull/959) ([serprex](https://github.com/serprex))
* [-driver:-]{+Driver:+} allow configuration of the driver [-name-]{+name.+} [#958](https://github.com/go-mysql-org/go-mysql/pull/958) ([dveeden](https://github.com/dveeden))
* Update [-README-]{+README.+} [#950](https://github.com/go-mysql-org/go-mysql/pull/950) ([dveeden](https://github.com/dveeden))
* README: fix example for [-database/sql-]{+database/sql.+} [#955](https://github.com/go-mysql-org/go-mysql/pull/955) ([dveeden](https://github.com/dveeden))
* CI: Update Go, MySQL and Ubuntu [-versions-]{+versions.+} [#954](https://github.com/go-mysql-org/go-mysql/pull/954) ([dveeden](https://github.com/dveeden))
* [-canal,dump:-]{+Canal,dump:+} Improve [-logging-]{+logging.+} [#953](https://github.com/go-mysql-org/go-mysql/pull/953) ([dveeden](https://github.com/dveeden))
## Tag v1.10.0 (2024-11-20)
* replication,cmd: improve flavor handling [#946](https://github.com/go-mysql-org/go-mysql/pull/946) ([dveeden](https://github.com/dveeden)) Which is because:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. I just loop each PR number and use gh
to query PR metadata to get the author.
I think this should be
v1.10.1
. Or should it bev1.11.0
?I used this to create the changelog and then added author links manually