Change Log ========== Version 0.9.0 *(2024-11-10)* ----------------------------- * Replace `atty` with std is_terminal. * Migrate to GitQL SDK 0.30.0 Version 0.8.0 *(2024-09-09)* ----------------------------- * Fix the provider when number of tables is zero. * Update GitQL SDK to 0.27.0. Version 0.7.0 *(2024-08-4)* ----------------------------- * Include directories in the file crawler Version 0.6.0 *(2024-08-3)* ----------------------------- * Upgrade to GitQL SDk 0.25.0 Version 0.5.0 *(2024-06-13)* ----------------------------- * Upgrade to GitQL SDk 0.23.0 * Implement `files_count` function. Version 0.4.0 *(2024-06-04)* ----------------------------- * Upgrade to GitQL SDk 0.20.0 * Remove `lazy_static` crate Version 0.3.0 *(2024-04-29)* ----------------------------- * Pre allocate rows and values with fixed size. * Upgrade to GitQL SDk 0.18.0 Version 0.2.0 *(2024-03-01)* ----------------------------- * Support selecting `is_dir`. * Support selecting `is_file` * Upgrade to GitQL SDk 0.15.0 Version 0.1.0 *(2024-02-16)* ----------------------------- * First release of FileQL.