Skip to content

Commit

Permalink
bump to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J. Cardiff committed Dec 24, 2016
1 parent 05c2c49 commit fc6e7ab
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.3.1 (2016-12-24)

* Update to crystal-db ~> 0.3.3
* Fix compatibility issues for crystal 0.20.3
* Add support for Timestamp

## v0.3.0 (2016-12-15)

* Update to crystal-db ~> 0.3.1
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.3.0
version: 0.3.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.3.0"
VERSION = "0.3.1"
end

0 comments on commit fc6e7ab

Please sign in to comment.