mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
Bump version 0.10.0. Release notes.
This commit is contained in:
parent
c1f214d695
commit
2152441749
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
## v0.10.0 (2018-06-18)
|
||||||
|
|
||||||
|
* Fix compatibility issues for crystal 0.25.0 ([#34](https://github.com/crystal-lang/crystal-sqlite3/pull/34))
|
||||||
|
* All the time instances are translated to UTC before saving them in the db
|
||||||
|
|
||||||
## v0.9.0 (2017-12-31)
|
## v0.9.0 (2017-12-31)
|
||||||
|
|
||||||
* Update to crystal-db ~> 0.5.0
|
* Update to crystal-db ~> 0.5.0
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: sqlite3
|
name: sqlite3
|
||||||
version: 0.9.0
|
version: 0.10.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
db:
|
db:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module SQLite3
|
module SQLite3
|
||||||
VERSION = "0.9.0"
|
VERSION = "0.10.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue