File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v0.17.0 (2025-09-??)
2+
3+ * Add support for unix socket connection. ([ #115 ] ( https://github.com/crystal-lang/crystal-mysql/pull/115 ) , thanks @bcardiff )
4+ * Add ssl support. ([ #117 ] ( https://github.com/crystal-lang/crystal-mysql/pull/117 ) , thanks @bcardiff )
5+ * Update to crystal-db ~ > 0.14.0. ([ #118 ] ( https://github.com/crystal-lang/crystal-mysql/pull/118 ) , thanks @bcardiff )
6+ * CI and spec maintenance ([ #114 ] ( https://github.com/crystal-lang/crystal-mysql/pull/114 ) , thanks @bcardiff )
7+ * Update formatting ([ #116 ] ( https://github.com/crystal-lang/crystal-mysql/pull/116 ) , thanks @straight-shoota )
8+
19## v0.16.0 (2023-12-21)
210
311* Update to crystal-db ~ > 0.13.1. ([ #112 ] ( https://github.com/crystal-lang/crystal-mysql/pull/112 ) )
Original file line number Diff line number Diff line change 11name : mysql
2- version : 0.16 .0
2+ version : 0.17 .0
33
44dependencies :
55 db :
Original file line number Diff line number Diff line change 11module MySql
2- VERSION = " 0.16 .0"
2+ VERSION = " 0.17 .0"
33end
You can’t perform that action at this time.
0 commit comments