diff --git a/DESCRIPTION b/DESCRIPTION index 6a8a537..d932eef 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: data.validator Type: Package Title: Automatic Data Validation and Reporting -Version: 0.2.0.9003 +Version: 0.2.1 Authors@R: c(person("Marcin", "Dubel", email = "opensource+marcin@appsilon.com", role = c("aut", "cre")), person("Paweł", "Przytuła", email = "pawel@appsilon.com", role = c("aut")), person("Jakub", "Nowicki", email = "kuba@appsilon.com", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index 325dd58..b7b9e9e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# data.validator (development version) +# data.validator 0.2.1 - Swapping of `error` and `warning` arguments in `save_summary()` fixed - Fixed `validate()` function to correctly return `data-name` attribute when used in pipe chains with `%>%` or `|>` operator.