Skip to content

Commit

Permalink
Bump version 0.3.3. Release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Nov 8, 2017
1 parent 9aa8b2a commit 7aa8b18
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.3.3 (2017-11-08)

* Fix release connection. (see [#35](https://github.com/crystal-lang/crystal-mysql/pull/35) and [#38](https://github.com/crystal-lang/crystal-mysql/pull/38), thanks @benoist)
* Fix unprepared queries creation. ([#37](https://github.com/crystal-lang/crystal-mysql/pull/37), thanks @benoist)
* Fix use read_fully when reading slice. (see [#25](https://github.com/crystal-lang/crystal-mysql/issues/25))
* Add support for Date, Time and Mediumint. (see [#31](https://github.com/crystal-lang/crystal-mysql/pull/31) and [#41](https://github.com/crystal-lang/crystal-mysql/pull/41), thanks @crisward)

## v0.3.2 (2017-03-21)

* Update to crystal-db ~> 0.4.0
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.2
version: 0.3.3

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.2"
VERSION = "0.3.3"
end

0 comments on commit 7aa8b18

Please sign in to comment.