mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
Release notes for v0.4.0
This commit is contained in:
parent
385cf70a8a
commit
348a3536c4
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
## v0.4.0 (2017-03-20)
|
||||
|
||||
* Add `DB.connect` to create non pooled connections
|
||||
* Add `Database#checkout` to allow explicit checkout/release connection (see #38)
|
||||
* Fix `Mapping.from_rs` closes the result_set
|
||||
* Fix `Mapping` works with nilable types (see #40, thanks @RX14)
|
||||
|
||||
## v0.3.3 (2016-12-24)
|
||||
|
||||
* Fix compatibility issues for crystal 0.20.3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: db
|
||||
version: 0.3.3
|
||||
version: 0.4.0
|
||||
|
||||
authors:
|
||||
- Brian J. Cardiff <bcardiff@manas.com.ar>
|
||||
- Brian J. Cardiff <bcardiff@manas.tech>
|
||||
|
||||
license: MIT
|
||||
|
|
Loading…
Reference in a new issue