Changes in version 0.3.0 (2025-11-10) - Include tar_read() support as well as tar_load() when parsing deps in sql files by @kiwiroy in https://github.com/daranzolin/sqltargets/pull/25 - Add support for DBI::dbBind() placeholder parameters by @kiwiroy in https://github.com/daranzolin/sqltargets/pull/24 New Contributors - @kiwiroy made their first contribution in https://github.com/daranzolin/sqltargets/pull/25 Full Changelog: https://github.com/daranzolin/sqltargets/compare/v0.2.1...v0.3.0 Changes in version 0.2.1 (2024-10-02) - Uses glue::glue_data_sql instead of glue::glue_sql to avoid passing a list as .envir via @jennybc. Changes in version 0.2.0 (2024-07-31) - Included 'jinjar' as a dependency, allowing jinja-like SQL queries. - New option sqltargets.template_engine (either 'glue' or 'jinjar'). - Breaking change: query_params argument in tar_sql() is now params. - Additional tests - params object name now recognized as an upstream dependency. Changes in version 0.1.0 (2024-06-20) - Added two additional options for the opening and closing delimiters. - Upstream target name is now the file basename. - Bug fix: readr::read_file correctly parses query file Changes in version 0.0.1 (2024-04-24) - Added a NEWS.md file to track changes to the package. - Added an initial batch of tests.