mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
Release 0.9.0 (#126)
This commit is contained in:
parent
511fe20253
commit
ed686ad301
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
## v0.9.0 (2019-04-06)
|
||||
|
||||
* Fix compatibility issues for Crystal 0.34.0. ([#124](https://github.com/crystal-lang/crystal-db/pull/124), thanks @bcardiff)
|
||||
* Fix readme sample. ([#117](https://github.com/crystal-lang/crystal-db/pull/117), thanks @bcardiff)
|
||||
* Raise `DB::NoResultsError` when trying to get data from an empty result ([#121](https://github.com/crystal-lang/crystal-db/pull/121), [#125](https://github.com/crystal-lang/crystal-db/pull/125), thanks @jwoertink, @bcardiff)
|
||||
|
||||
## v0.8.0 (2019-12-11)
|
||||
|
||||
* Add `DB::Serializable`. ([#115](https://github.com/crystal-lang/crystal-db/pull/115), thanks @nickbclifford)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: db
|
||||
version: 0.8.0
|
||||
version: 0.9.0
|
||||
|
||||
authors:
|
||||
- Brian J. Cardiff <bcardiff@manas.tech>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module DB
|
||||
VERSION = "0.8.0"
|
||||
VERSION = "0.9.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue