Skip to content

Commit

Permalink
Update to version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J. Cardiff committed Mar 21, 2017
1 parent 387482b commit eb58b42
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.3.2 (2017-03-21)

* Update to crystal-db ~> 0.4.0

## v0.3.1 (2016-12-24)

* Update to crystal-db ~> 0.3.3
Expand Down
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: mysql
version: 0.3.1
version: 0.3.2

dependencies:
db:
github: crystal-lang/crystal-db
version: ~> 0.4.0

authors:
- Juan Wajnerman <jwajnerman@manas.com.ar>
- Brian J. Cardiff <bcardiff@manas.com.ar>
- Juan Wajnerman <jwajnerman@manas.tech>
- Brian J. Cardiff <bcardiff@manas.tech>

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.3.1"
VERSION = "0.3.2"
end

0 comments on commit eb58b42

Please sign in to comment.