We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44aa04b commit a8c29ebCopy full SHA for a8c29eb
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.11.0 (2020-04-06)
2
+
3
+* Update to crystal-db ~> 0.9.0. ([#88](https://github.com/crystal-lang/crystal-mysql/pull/88), thanks @bcardiff)
4
+* Fix readme sample. ([#87](https://github.com/crystal-lang/crystal-mysql/pull/87), thanks @drum445)
5
6
## v0.10.0 (2019-12-11)
7
8
* Update to crystal-db ~> 0.8.0. ([#85](https://github.com/crystal-lang/crystal-mysql/pull/85))
shard.yml
@@ -1,5 +1,5 @@
name: mysql
-version: 0.10.0
+version: 0.11.0
dependencies:
db:
src/mysql/version.cr
@@ -1,3 +1,3 @@
module MySql
- VERSION = "0.10.0"
+ VERSION = "0.11.0"
end
0 commit comments