mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
Release 0.13.0
This commit is contained in:
parent
611eec5aed
commit
25a9dd8b0f
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
## v0.13.0 (2019-08-02)
|
||||||
|
|
||||||
|
* Fix compatibility issues for Crystal 0.30.0. ([#43](https://github.com/crystal-lang/crystal-sqlite3/pull/43))
|
||||||
|
|
||||||
## v0.12.0 (2019-06-07)
|
## v0.12.0 (2019-06-07)
|
||||||
|
|
||||||
This release requires crystal >= 0.28.0
|
This release requires crystal >= 0.28.0
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: sqlite3
|
name: sqlite3
|
||||||
version: 0.12.0
|
version: 0.13.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
db:
|
db:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module SQLite3
|
module SQLite3
|
||||||
VERSION = "0.12.0"
|
VERSION = "0.13.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue