Skip to content

Commit a8c29eb

Browse files
author
Brian J. Cardiff
authored
Release 0.11.0 (#89)
1 parent 44aa04b commit a8c29eb

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## v0.10.0 (2019-12-11)
27

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

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

0 commit comments

Comments
 (0)