From a0f0564c335316d19b054713642dd5c8bd5084c8 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Sat, 24 Aug 2024 07:03:49 -0500 Subject: [PATCH] Release 0.3.4.0.2 --- ChangeLog | 7 +++++++ DESCRIPTION | 4 ++-- inst/NEWS.Rd | 6 ++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e0b264e..f5ba9f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2024-08-23 Dirk Eddelbuettel + + * DESCRIPTION (Version, Date): CRAN Release 0.3.4.0.2 + * inst/NEWS.Rd: Release 0.3.4.0.2 + + * DESCRIPTION (Authors@R): Correct two ORCID tag typos + 2024-08-14 Dirk Eddelbuettel * DESCRIPTION (Version, Date): CRAN Release 0.3.4.0.1 diff --git a/DESCRIPTION b/DESCRIPTION index 04c741f..cce7158 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: RcppEigen Type: Package Title: 'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library -Version: 0.3.4.0.1 -Date: 2024-08-14 +Version: 0.3.4.0.2 +Date: 2024-08-23 Authors@R: c(person("Doug", "Bates", role = "aut", comment = c(ORCID = "0000-0001-8316-9503")), person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index c90b7e4..3c15d3f 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -3,6 +3,12 @@ \newcommand{\ghpr}{\href{https://github.com/RcppCore/RcppEigen/pull/#1}{##1}} \newcommand{\ghit}{\href{https://github.com/RcppCore/RcppEigen/issues/#1}{##1}} +\section{Changes in RcppEigen version 0.3.4.0.2 (2024-08-23)}{ + \itemize{ + \item Correct two typos in the ORCID tag + } +} + \section{Changes in RcppEigen version 0.3.4.0.1 (2024-08-14)}{ \itemize{ \item Conditionally comment-out \code{xerbla} in \code{blas.h} as it is