Release 0.21.0, Update to crystal-db ~> 0.13 (#94)

* Update crystal-db ~> 0.13.0

* Bump version to 0.21.0
This commit is contained in:
Brian J. Cardiff 2023-12-12 22:15:47 -03:00 committed by GitHub
parent 1f2a1cd3cb
commit c58cea290c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 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) ## v0.20.0 (2023-06-23)
* Update to crystal-db ~> 0.12.0. ([#91](https://github.com/crystal-lang/crystal-sqlite3/pull/91)) * Update to crystal-db ~> 0.12.0. ([#91](https://github.com/crystal-lang/crystal-sqlite3/pull/91))

View file

@ -1,10 +1,10 @@
name: sqlite3 name: sqlite3
version: 0.20.0 version: 0.21.0
dependencies: dependencies:
db: db:
github: crystal-lang/crystal-db github: crystal-lang/crystal-db
version: ~> 0.12.0 version: ~> 0.13.0
authors: authors:
- Ary Borenszweig <aborenszweig@manas.tech> - Ary Borenszweig <aborenszweig@manas.tech>

View file

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