From 4bdbd459faa088bfe60b004d5eac7eeadcd80941 Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Fri, 4 Oct 2024 16:58:09 -0400 Subject: [PATCH] Increment version number to 0.11.1.9000 --- DESCRIPTION | 2 +- NEWS.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0cda28ce58..1dbd19f86b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: gt Title: Easily Create Presentation-Ready Display Tables -Version: 0.11.1 +Version: 0.11.1.9000 Authors@R: c( person("Richard", "Iannone", , "rich@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3925-190X")), diff --git a/NEWS.md b/NEWS.md index 6b5e912b1b..bed0e69409 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# gt (development version) + # gt 0.11.1 ## Breaking changes @@ -38,8 +40,6 @@ * The optional argument `levels` was added to `cells_column_spanners()` to constrain targeting of column spanners by their level. (@obsaditelnost, #1858) - - * Fixed a bug in using `pct()` column widths with `as_gtable()` (#1771). (@teunbrand, #1776) * Fixed a bug where `gt(row_group_as_column = TRUE)` would create the wrong layout with `as_gtable()` when all groups are unique. (@olivroy, #1803)