Skip to content

Commit 0f37981

Browse files
authored
Release 0.15.0 (#108)
1 parent 91dcada commit 0f37981

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.15.0 (2023-06-23)
2+
3+
* Update to crystal-db ~> 0.12.0. ([#101](https://github.com/crystal-lang/crystal-mysql/pull/107))
4+
* Configure collation/charset using connection query params. ([#100](https://github.com/crystal-lang/crystal-mysql/pull/100), thanks @Dakad)
5+
16
## v0.14.0 (2021-01-27)
27

38
* Update to crystal-db ~> 0.11.0. ([#101](https://github.com/crystal-lang/crystal-mysql/pull/101))

shard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mysql
2-
version: 0.14.0
2+
version: 0.15.0
33

44
dependencies:
55
db:

src/mysql/version.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MySql
2-
VERSION = "0.14.0"
2+
VERSION = "0.15.0"
33
end

0 commit comments

Comments
 (0)