Skip to content

Commit

Permalink
Bump version 0.4.4. Release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Dec 29, 2017
1 parent d55a34e commit 790b587
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 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)
* Fix sqlite samples in documentation (see [#71](https://github.com/crystal-lang/crystal-db/pull/71), thanks @hinrik)

## v0.4.3 (2017-11-07)

* Fix connections were not released when building invalid statements. (see [#65](https://github.com/crystal-lang/crystal-db/pull/65), thanks @crisward)
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: db
version: 0.4.3
version: 0.4.4

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

0 comments on commit 790b587

Please sign in to comment.