Skip to content

Commit

Permalink
bump version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J. Cardiff committed Dec 15, 2016
1 parent 347e752 commit ae46fe1
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.0 (2016-12-15)

* Update to crystal-db ~> 0.3.1
* Add support for unprepared statements using TextProtocol. This means only argless commands/query can be executed in unprepared fashion.
* Add support for Bool (stored as BOOL/TINYINT(1))

## v0.2.2 (2016-12-07)

* Remove restriction to use only DB::Any in some cases
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.2.2
version: 0.3.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.2.2"
VERSION = "0.3.0"
end

0 comments on commit ae46fe1

Please sign in to comment.