mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
Release 0.8.0 (#116)
This commit is contained in:
parent
e1832fc359
commit
7cf961dfe1
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
## v0.8.0 (2019-12-11)
|
||||||
|
|
||||||
|
* Add `DB::Serializable`. ([#115](https://github.com/crystal-lang/crystal-db/pull/115), thanks @nickbclifford)
|
||||||
|
|
||||||
|
This release requires Crystal 0.25.0 or later.
|
||||||
|
|
||||||
## v0.7.0 (2019-09-20)
|
## v0.7.0 (2019-09-20)
|
||||||
|
|
||||||
* **(breaking-change)** `#exec`, `#query`, `#scalar` methods require named argument for array values ([#110](https://github.com/crystal-lang/crystal-db/pull/110), thanks @straight-shoota)
|
* **(breaking-change)** `#exec`, `#query`, `#scalar` methods require named argument for array values ([#110](https://github.com/crystal-lang/crystal-db/pull/110), thanks @straight-shoota)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: db
|
name: db
|
||||||
version: 0.7.0
|
version: 0.8.0
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
- Brian J. Cardiff <bcardiff@manas.tech>
|
- Brian J. Cardiff <bcardiff@manas.tech>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module DB
|
module DB
|
||||||
VERSION = "0.7.0"
|
VERSION = "0.8.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue