From 6d7a15aff5547689e2f116d1dffa3fae6ad60bdd Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Sat, 16 Nov 2024 08:35:33 -0500 Subject: [PATCH] bump --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index b10cf3ff..3e944a61 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 is concise. 'HTML' tables can be customized using the flexible 'Bootstrap' framework, and 'LaTeX' code with the 'tabularray' package. -Version: 0.6.0 +Version: 0.6.1 Imports: methods Depends: diff --git a/NEWS.md b/NEWS.md index 83b6a7ef..cb1e2811 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # News +## 0.6.1 + +* Bug fix: d-column LaTeX generated an error in some cases. + ## 0.6.0 * Major refactor of the style internals. HTML, LaTeX, and Typst documents should be much more concise and efficient.