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 bd62a9d commit abffe3aCopy full SHA for abffe3a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.11.2 (2020-06-19)
2
+
3
+* Fix compatibility issues for Crystal 0.35.1. ([#92](https://github.com/crystal-lang/crystal-mysql/pull/92), thanks @bcardiff)
4
5
## v0.11.1 (2020-06-09)
6
7
* Fix compatibility issues for Crystal 0.35.0. ([#90](https://github.com/crystal-lang/crystal-mysql/pull/90), thanks @bcardiff)
shard.yml
@@ -1,5 +1,5 @@
name: mysql
-version: 0.11.1
+version: 0.11.2
dependencies:
db:
src/mysql/version.cr
@@ -1,3 +1,3 @@
module MySql
- VERSION = "0.11.1"
+ VERSION = "0.11.2"
end
0 commit comments