Skip to content

Commit

Permalink
Bump version 0.4.0. Release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Dec 30, 2017
1 parent 1315d83 commit d7a0900
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.4.0 (2017-12-29)

* Update to crystal-db ~> 0.5.0
* Fix compatibility issues for crystal 0.24.1 (thanks @lipanski)
* Drop support for zero dates

## 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)
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.3
version: 0.4.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.3.3"
VERSION = "0.4.0"
end

0 comments on commit d7a0900

Please sign in to comment.