Bump version 0.5.0. Release notes.

This commit is contained in:
Brian J. Cardiff 2017-12-29 20:20:37 -03:00
parent ac083f430a
commit be139c900c
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
## v0.5.0 (2017-12-29)
* Fix compatibility issues for crystal 0.24.0. No changes in the api.
## v0.4.4 (2017-12-29) ## v0.4.4 (2017-12-29)
* Allow query results to be read as named tuples directly (see [#56](https://github.com/crystal-lang/crystal-db/pull/56), thanks @Nephos) * Allow query results to be read as named tuples directly (see [#56](https://github.com/crystal-lang/crystal-db/pull/56), thanks @Nephos)

View file

@ -1,5 +1,5 @@
name: db name: db
version: 0.4.4 version: 0.5.0
authors: authors:
- Brian J. Cardiff <bcardiff@manas.tech> - Brian J. Cardiff <bcardiff@manas.tech>

View file

@ -1,3 +1,3 @@
module DB module DB
VERSION = "0.4.4" VERSION = "0.5.0"
end end