Skip to content

Commit

Permalink
Bump version 0.5.0. Release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Dec 29, 2017
1 parent ac083f4 commit be139c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -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)

* Allow query results to be read as named tuples directly (see [#56](https://github.com/crystal-lang/crystal-db/pull/56), thanks @Nephos)
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
@@ -1,5 +1,5 @@
name: db
version: 0.4.4
version: 0.5.0

authors:
- Brian J. Cardiff <bcardiff@manas.tech>
Expand Down
2 changes: 1 addition & 1 deletion src/db/version.cr
@@ -1,3 +1,3 @@
module DB
VERSION = "0.4.4"
VERSION = "0.5.0"
end

0 comments on commit be139c9

Please sign in to comment.