Skip to content

Commit 7ed5ed6

Browse files
committed
Release 0.17.0
1 parent 7aee927 commit 7ed5ed6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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))

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mysql
2-
version: 0.16.0
2+
version: 0.17.0
33

44
dependencies:
55
db:

src/mysql/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MySql
2-
VERSION = "0.16.0"
2+
VERSION = "0.17.0"
33
end

0 commit comments

Comments
 (0)