mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
Bump version. Release notes.
This commit is contained in:
parent
1f56a27704
commit
13916070e0
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
## v0.9.0 (2017-12-31)
|
||||||
|
|
||||||
|
* Update to crystal-db ~> 0.5.0
|
||||||
|
|
||||||
## v0.8.3 (2017-11-07)
|
## v0.8.3 (2017-11-07)
|
||||||
|
|
||||||
* Update to crystal-db ~> 0.4.1
|
* Update to crystal-db ~> 0.4.1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: sqlite3
|
name: sqlite3
|
||||||
version: 0.8.3
|
version: 0.9.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
db:
|
db:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module SQLite3
|
module SQLite3
|
||||||
VERSION = "0.8.3"
|
VERSION = "0.9.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue