File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,11 @@ Changelog (English)
22=======================
33( ** English** / [ Japanese] ( CHANGELOG_ja.md ) )
44
5- - Run ` go mod tidy ` with Go 1.26.3 (#54 )
5+ v0.28.0
6+ -------
7+ May 23, 2026
8+
9+ - Build with Go 1.26.3; support Windows 10 or later and Linux (#54 )
610- Update dependencies and database drivers to newer versions, while keeping compatibility workarounds for known problematic libraries. (#54 )
711 - Upgrade MySQL driver to v1.10.0
812 - Upgrade Microsoft SQL Server driver to v1.10.0
Original file line number Diff line number Diff line change @@ -2,7 +2,11 @@ Changelog (Japanese)
22========================
33( [ English] ( CHANGELOG.md ) / ** Japanese** )
44
5- - Go 1.26.3 で ` go mod tidy ` を実施 (#54 )
5+ v0.28.0
6+ -------
7+ May 23, 2026
8+
9+ - Go 1.26.3 でビルドし、サポート範囲を Windows 10以降と Linux へ (#54 )
610- 既知のライブラリの問題を回避できる範囲で、依存するライブラリ・DBドライバーを可能な範囲で最新化した (#54 )
711 - Upgrade MySQL driver to v1.10.0
812 - Upgrade Microsoft SQL Server driver to v1.10.0
Original file line number Diff line number Diff line change 11package sqlbless
22
3- var version = "v0.27.7 -goinstall"
3+ var version = "v0.28.0 -goinstall"
You can’t perform that action at this time.
0 commit comments