From fecbc6729122105533da360b9a7154009a23eaa2 Mon Sep 17 00:00:00 2001
From: Vincent Arel-Bundock <vincent.arel-bundock@umontreal.ca>
Date: Fri, 9 Feb 2024 09:04:26 -0500
Subject: [PATCH] bump

---
 DESCRIPTION | 2 +-
 NEWS.md     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 89daeb03..83dd8c62 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -2,7 +2,7 @@ Package: tinytable
 Type: Package
 Title: Simple and Configurable Tables in 'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', 'PDF', and 'Typst' Formats
 Description: Create highly customized tables with this simple and dependency-free package. Data frames can be converted to 'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', 'PDF', or 'Typst' tables. The user interface is minimalist and easy to learn. The syntax concise. 'HTML' tables can be customized using the flexible 'Bootstrap' framework, and 'LaTeX' code with the 'tabularray' package.
-Version: 0.0.3.9005
+Version: 0.0.3.9006
 Depends: 
     R (>= 4.1.0)
 Enhances:
diff --git a/NEWS.md b/NEWS.md
index 96ebc9a3..9aced553 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -7,6 +7,7 @@ New:
 - `j` argument in `style_tt()` and `format_tt()` now accepts a string vector to match columns. Issue #122
 - Line plots: `plot_tt(fun = "line")`
 - `format_tt(j=NULL, escape=TRUE)` now escapes column headers in addition to all cells.
+- `style_tt()`: `rowspan` and `colspan` arguments are now supported for LaTeX and HTML tables.
 
 Bugfix: