Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Aug 2, 2019
1 parent 2cb234d commit b6f3d9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.8.0 (2019-08-02)

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

## v0.7.0 (2019-07-03)

* Support implicit conversion from integer types to Bool ([#78](https://github.com/crystal-lang/crystal-mysql/pull/78), thanks @Blacksmoke16)
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.7.0
version: 0.8.0

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.7.0"
VERSION = "0.8.0"
end

0 comments on commit b6f3d9f

Please sign in to comment.