From 1a8548f1717e05b5b8ab7adc83214bdf62e42c5a Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Mon, 25 Mar 2024 09:44:10 -0400 Subject: [PATCH 1/2] Increment version number to 0.12.1 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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..e66e26f4d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# pointblank (development version) +# pointblank 0.12.1 # pointblank 0.12.0 From 8f7a65f0bcce98c5f6ef2c5cd6b4d1f438310580 Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Mon, 25 Mar 2024 09:48:39 -0400 Subject: [PATCH 2/2] Update NEWS.md --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index e66e26f4d..8e1dbbea9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ # 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 ## New features