Skip to content

Commit 63a474f

Browse files
committed
prep for new CRAN release
1 parent a936ea7 commit 63a474f

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: sqltargets
22
Type: Package
33
Title: 'Targets' Extension for 'SQL' Queries
4-
Version: 0.2.1
4+
Version: 0.3.0
55
Authors@R: c(
66
person("David", "Ranzolin", email = "daranzolin@gmail.com", role=c("aut", "cre", "cph")),
77
person("Roy", "Storey", email = "kiwiroy@protonmail.com", role=c("ctb"), comment=c(ORCID="0000-0003-1375-7136"))

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# sqltargets 0.3.0
2+
3+
* 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
4+
* Add support for `DBI::dbBind()` placeholder parameters by @kiwiroy in https://github.com/daranzolin/sqltargets/pull/24
5+
6+
## New Contributors
7+
* @kiwiroy made their first contribution in https://github.com/daranzolin/sqltargets/pull/25
8+
9+
**Full Changelog**: https://github.com/daranzolin/sqltargets/compare/v0.2.1...v0.3.0
10+
111
# sqltargets 0.2.1
212

313
* Uses glue::glue_data_sql instead of glue::glue_sql to avoid passing a list as .envir via @jennybc.

0 commit comments

Comments
 (0)