Skip to content

Commit

Permalink
Release 0.9.0 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J. Cardiff authored Sep 20, 2019
1 parent 73640df commit dbb300f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.9.0 (2019-09-20)

This release requires Crystal >= 0.30.0

* Update to crystal-db ~> 0.7.0

## 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)
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.8.0
version: 0.9.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.8.0"
VERSION = "0.9.0"
end

0 comments on commit dbb300f

Please sign in to comment.