Release 0.16.0

This commit is contained in:
Brian J. Cardiff 2020-04-06 21:04:44 -03:00
parent ce0ca1c884
commit e274d68679
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
## v0.16.0 (2020-04-06)
* Update to crystal-db ~> 0.9.0. ([#55](https://github.com/crystal-lang/crystal-sqlite3/pull/55))
## v0.15.0 (2019-12-11) ## v0.15.0 (2019-12-11)
* Update to crystal-db ~> 0.8.0. ([#50](https://github.com/crystal-lang/crystal-sqlite3/pull/50)) * Update to crystal-db ~> 0.8.0. ([#50](https://github.com/crystal-lang/crystal-sqlite3/pull/50))

View file

@ -1,5 +1,5 @@
name: sqlite3 name: sqlite3
version: 0.15.0 version: 0.16.0
dependencies: dependencies:
db: db:

View file

@ -1,3 +1,3 @@
module SQLite3 module SQLite3
VERSION = "0.15.0" VERSION = "0.16.0"
end end