mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
1.5 KiB
1.5 KiB
v0.14.0 (2019-09-23)
- Update to crystal-db ~> 0.7.0. (#44)
v0.13.0 (2019-08-02)
- Fix compatibility issues for Crystal 0.30.0. (#43)
v0.12.0 (2019-06-07)
This release requires crystal >= 0.28.0
- Fix compatibility issues for crystal 0.29.0 (#40)
v0.11.0 (2019-04-18)
- Fix compatibility issues for crystal 0.28.0 (#38)
- Add complete list of
LibSQLite3::Code
values. (#36, thanks @t-richards)
v0.10.0 (2018-06-18)
- Fix compatibility issues for crystal 0.25.0 (#34)
- All the time instances are translated to UTC before saving them in the db
v0.9.0 (2017-12-31)
- Update to crystal-db ~> 0.5.0
v0.8.3 (2017-11-07)
- Update to crystal-db ~> 0.4.1
- Add
SQLite3::VERSION
constant with shard version. - Add support for multi-steps statements execution. (see #27, thanks @t-richards)
- Fix how resources are released. (see #23, thanks @benoist)
- Fix blob c bindings. (see #28, thanks @rufusroflpunch)