mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
Bump version to 0.21.0
This commit is contained in:
parent
1f79138f9b
commit
846e42bbab
3 changed files with 6 additions and 2 deletions
|
@ -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))
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: sqlite3
|
name: sqlite3
|
||||||
version: 0.20.0
|
version: 0.21.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
db:
|
db:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module SQLite3
|
module SQLite3
|
||||||
VERSION = "0.20.0"
|
VERSION = "0.21.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue