mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
Release 0.17.0 (#60)
This commit is contained in:
parent
d440f55b2f
commit
4abea0d326
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
## v0.17.0 (2020-09-30)
|
||||||
|
|
||||||
|
* Update to crystal-db ~> 0.10.0. ([#58](https://github.com/crystal-lang/crystal-sqlite3/pull/58))
|
||||||
|
|
||||||
|
This release requires Crystal 0.35.0 or later.
|
||||||
|
|
||||||
## v0.16.0 (2020-04-06)
|
## v0.16.0 (2020-04-06)
|
||||||
|
|
||||||
* Update to crystal-db ~> 0.9.0. ([#55](https://github.com/crystal-lang/crystal-sqlite3/pull/55))
|
* Update to crystal-db ~> 0.9.0. ([#55](https://github.com/crystal-lang/crystal-sqlite3/pull/55))
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: sqlite3
|
name: sqlite3
|
||||||
version: 0.16.0
|
version: 0.17.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
db:
|
db:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module SQLite3
|
module SQLite3
|
||||||
VERSION = "0.16.0"
|
VERSION = "0.17.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue