From 86a988b48b692cbb46e3fd73e331c93dacd8d467 Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Sat, 24 Feb 2024 16:28:01 -0500 Subject: [PATCH] Release blastula v0.3.5 (#328) * Update DESCRIPTION * Update NEWS.md --- DESCRIPTION | 12 ++++++------ NEWS.md | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 048659c2..36416787 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Type: Package Package: blastula -Version: 0.3.4.9000 +Version: 0.3.5 Title: Easily Send HTML Email Messages Description: Compose and send out responsive HTML email messages that render perfectly across a range of email clients and device sizes. Helper functions @@ -24,15 +24,15 @@ Depends: R (>= 3.6) Imports: base64enc (>= 0.1-3), commonmark (>= 1.7), - curl (>= 4.3), + curl (>= 5.2), digest, - dplyr (>= 0.8.3), + dplyr (>= 1.1.0), fs (>= 1.3.1), getPass (>= 0.2-2), - here (>= 0.1), - htmltools (>= 0.4.0), + here (>= 1.0.0), + htmltools (>= 0.5.7), httr (>= 1.4.0), - jsonlite (>= 1.6), + jsonlite (>= 1.8.0), magrittr (>= 1.5), mime (>= 0.6), rlang (>= 1.0), diff --git a/NEWS.md b/NEWS.md index 12301cdb..c468ebf4 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ -# blastula (development version) +# blastula 0.3.5 -* Fixed Excel attachments which were broken due to wrong conversion into RFC2822. (#314) +* Fixed Excel attachments which were broken due to faulty conversion into RFC2822. (#314) # blastula 0.3.4