Bump version to 0.21.0

This commit is contained in:
Brian J. Cardiff 2023-12-11 19:38:24 -03:00
parent 1f79138f9b
commit 846e42bbab
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## v0.21.0 (2023-12-12)
* Update to crystal-db ~> 0.13.0. ([#94](https://github.com/crystal-lang/crystal-sqlite3/pull/94))
## v0.20.0 (2023-06-23)
* Update to crystal-db ~> 0.12.0. ([#91](https://github.com/crystal-lang/crystal-sqlite3/pull/91))

View File

@ -1,5 +1,5 @@
name: sqlite3
version: 0.20.0
version: 0.21.0
dependencies:
db:

View File

@ -1,3 +1,3 @@
module SQLite3
VERSION = "0.20.0"
VERSION = "0.21.0"
end