Skip to content

Commit

Permalink
Bump version 0.5.0. Release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Jun 15, 2018
1 parent 3a461cb commit b6ff16f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.5.0 (2018-06-15)

* Fix compatibility issues for crystal 0.25.0
* Send quit packet before closing connection ([#61](https://github.com/crystal-lang/crystal-mysql/pull/61), thanks @liuyang1204)

## v0.4.0 (2017-12-29)

* Update to crystal-db ~> 0.5.0
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mysql
version: 0.4.0
version: 0.5.0

dependencies:
db:
Expand All @@ -10,6 +10,6 @@ authors:
- Juan Wajnerman <[email protected]>
- Brian J. Cardiff <[email protected]>

crystal: 0.24.1
crystal: 0.25.0

license: MIT
2 changes: 1 addition & 1 deletion src/mysql/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MySql
VERSION = "0.4.0"
VERSION = "0.5.0"
end

0 comments on commit b6ff16f

Please sign in to comment.