Release 0.14.0 (#45)

This commit is contained in:
Brian J. Cardiff 2019-09-23 10:31:01 -03:00 committed by GitHub
parent 013292d834
commit 746c0a5f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## v0.14.0 (2019-09-23)
* Update to crystal-db ~> 0.7.0. ([#44](https://github.com/crystal-lang/crystal-sqlite3/pull/44))
## v0.13.0 (2019-08-02)
* Fix compatibility issues for Crystal 0.30.0. ([#43](https://github.com/crystal-lang/crystal-sqlite3/pull/43))

View File

@ -1,5 +1,5 @@
name: sqlite3
version: 0.13.0
version: 0.14.0
dependencies:
db:

View File

@ -1,3 +1,3 @@
module SQLite3
VERSION = "0.13.0"
VERSION = "0.14.0"
end