From 78fb36d56b599a57bce6c7149c39c72f89b24dc3 Mon Sep 17 00:00:00 2001 From: shajoezhu Date: Fri, 14 Jun 2024 04:45:46 +0000 Subject: [PATCH] [skip actions] Bump version to 0.5.7.9002 --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.