mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
Release 0.12.0 (#41)
This commit is contained in:
parent
57cef3acd3
commit
54089ef97d
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
## v0.12.0 (2019-06-07)
|
||||
|
||||
This release requires crystal >= 0.28.0
|
||||
|
||||
* Fix compatibility issues for crystal 0.29.0 ([#40](https://github.com/crystal-lang/crystal-sqlite3/pull/40))
|
||||
|
||||
## v0.11.0 (2019-04-18)
|
||||
|
||||
* Fix compatibility issues for crystal 0.28.0 ([#38](https://github.com/crystal-lang/crystal-sqlite3/pull/38))
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: sqlite3
|
||||
version: 0.11.0
|
||||
version: 0.12.0
|
||||
|
||||
dependencies:
|
||||
db:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module SQLite3
|
||||
VERSION = "0.11.0"
|
||||
VERSION = "0.12.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue