mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
Bump version 0.4.4. Release notes.
This commit is contained in:
parent
d55a34e851
commit
790b587e3f
3 changed files with 7 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: db
|
||||
version: 0.4.3
|
||||
version: 0.4.4
|
||||
|
||||
authors:
|
||||
- Brian J. Cardiff <bcardiff@manas.tech>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module DB
|
||||
VERSION = "0.4.3"
|
||||
VERSION = "0.4.4"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue