diff --git a/DESCRIPTION b/DESCRIPTION index 300a709d..4e8cc791 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: formatters Title: ASCII Formatting for Values and Tables -Version: 0.5.7.9001 -Date: 2024-06-04 +Version: 0.5.7.9002 +Date: 2024-06-14 Authors@R: c( person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut", comment = "original creator of the package"), diff --git a/NEWS.md b/NEWS.md index 6776f313..6670bd5f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## formatters 0.5.7.9001 +## formatters 0.5.7.9002 * Fixed bug where `col_gap` was not correctly taken into account during horizontal pagination (#249) by @gmbecker. * Add TrueType font support to pagination and wordwrapping machinery by @gmbecker.