diff --git a/DESCRIPTION b/DESCRIPTION index e0b1384..6ef411d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tblcheck Title: Grade Tables in Learning Exercises -Version: 0.1.2 +Version: 0.1.3 Authors@R: c( person("Alexander", "Rossell Hayes", , "alex.rossellhayes@rstudio.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9412-0457")), diff --git a/NEWS.md b/NEWS.md index 4cd04b0..90983d5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ +# tblcheck 0.1.3 + +* Add `tolerance` argument to `vec_*_values()` (#111). + # tblcheck 0.1.2 * Adds argument `ignore_class` to class checks (and passed by `table`, `vector`, and `column` checks), specifying class differences to ignore (#109).