mirror of
https://github.com/iv-org/invidious.git
synced 2025-11-04 14:18:30 -06:00
Commit the whole ./lib/ folder which stores the Crystal dependencies. This has a few benefits: - Allows to build the project without a connection to the Internet to retrieve dependencies. - Makes the project resistant against dependency re-tags which might include malicious code.
1.3 KiB
1.3 KiB
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::Codevalues. (#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::VERSIONconstant 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)