diff --git a/DESCRIPTION b/DESCRIPTION index 7ccd292aa..4b9ba7b17 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Type: Package Package: pointblank -Version: 0.12.0.9000 +Version: 0.12.1 Title: Data Validation and Organization of Metadata for Local and Remote Tables Description: Validate data in data frames, 'tibble' objects, 'Spark' 'DataFrames', and database tables. Validation pipelines can be made using diff --git a/NEWS.md b/NEWS.md index de13cb06b..8e1dbbea9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,10 @@ -# pointblank (development version) +# pointblank 0.12.1 + +- Ensured that the column string is a symbol before constructing the expression for the `col_vals_*()` functions. + +- No longer resolve columns with tidyselect when the target table cannot be materialized. + +- Relaxed tests on tidyselect error messages. # pointblank 0.12.0