Skip to content

Commit abffe3a

Browse files
author
Brian J. Cardiff
authored
Release 0.11.2 (#93)
1 parent bd62a9d commit abffe3a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## v0.11.1 (2020-06-09)
26

37
* Fix compatibility issues for Crystal 0.35.0. ([#90](https://github.com/crystal-lang/crystal-mysql/pull/90), thanks @bcardiff)

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.11.1
2+
version: 0.11.2
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.11.1"
2+
VERSION = "0.11.2"
33
end

0 commit comments

Comments
 (0)