mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
Release 0.11.0 (#39)
This commit is contained in:
parent
c621a9b701
commit
ba1763b3a3
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
## v0.11.0 (2019-04-18)
|
||||
|
||||
* Fix compatibility issues for crystal 0.28.0 ([#38](https://github.com/crystal-lang/crystal-sqlite3/pull/38))
|
||||
* Add complete list of `LibSQLite3::Code` values. ([#36](https://github.com/crystal-lang/crystal-sqlite3/pull/36), thanks @t-richards)
|
||||
|
||||
## v0.10.0 (2018-06-18)
|
||||
|
||||
* Fix compatibility issues for crystal 0.25.0 ([#34](https://github.com/crystal-lang/crystal-sqlite3/pull/34))
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: sqlite3
|
||||
version: 0.10.0
|
||||
version: 0.11.0
|
||||
|
||||
dependencies:
|
||||
db:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module SQLite3
|
||||
VERSION = "0.10.0"
|
||||
VERSION = "0.11.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue