mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
Release 0.15.0 (#51)
This commit is contained in:
parent
751bd5de97
commit
aed9acb225
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
## v0.15.0 (2019-12-11)
|
||||
|
||||
* Update to crystal-db ~> 0.8.0. ([#50](https://github.com/crystal-lang/crystal-sqlite3/pull/50))
|
||||
|
||||
## v0.14.0 (2019-09-23)
|
||||
|
||||
* Update to crystal-db ~> 0.7.0. ([#44](https://github.com/crystal-lang/crystal-sqlite3/pull/44))
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: sqlite3
|
||||
version: 0.14.0
|
||||
version: 0.15.0
|
||||
|
||||
dependencies:
|
||||
db:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module SQLite3
|
||||
VERSION = "0.14.0"
|
||||
VERSION = "0.15.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue