We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91dcada commit 0f37981Copy full SHA for 0f37981
CHANGELOG.md
@@ -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
6
## v0.14.0 (2021-01-27)
7
8
* Update to crystal-db ~> 0.11.0. ([#101](https://github.com/crystal-lang/crystal-mysql/pull/101))
shard.yml
@@ -1,5 +1,5 @@
name: mysql
-version: 0.14.0
+version: 0.15.0
dependencies:
db:
src/mysql/version.cr
@@ -1,3 +1,3 @@
module MySql
- VERSION = "0.14.0"
+ VERSION = "0.15.0"
end
0 commit comments