Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Nov 6, 2018
1 parent 9cd8e08 commit 6141a5c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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.1 (2018-11-06)

* Fix `read_lenenc_int` return `UInt64`.
* Add missing `IO#read_fully` when reading slice. ([#45](https://github.com/crystal-lang/crystal-mysql/pull/45), thanks @pacuum).

## v0.5.0 (2018-06-15)

* Fix compatibility issues for crystal 0.25.0 ([#60](https://github.com/crystal-lang/crystal-mysql/pull/60))
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mysql
version: 0.5.0
version: 0.5.1

dependencies:
db:
Expand Down
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.5.0"
VERSION = "0.5.1"
end

0 comments on commit 6141a5c

Please sign in to comment.