diff --git a/ChangeLog b/ChangeLog index 2966f82..c6c1e21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-09-16 Dirk Eddelbuettel + + * DESCRIPTION (Version, Date): Release 0.3.10 + 2024-09-15 Dirk Eddelbuettel * demo/ggplot2Example.R: Removed to local/ diff --git a/DESCRIPTION b/DESCRIPTION index e761cae..554d15a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: nanotime Type: Package Title: Nanosecond-Resolution Time Support for R -Version: 0.3.9.2 -Date: 2024-09-09 +Version: 0.3.10 +Date: 2024-09-16 Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("Leonardo", "Silvestri", role = "aut")) diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 94fe71f..ff7c035 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -3,6 +3,16 @@ \newcommand{\ghpr}{\href{https://github.com/eddelbuettel/nanotime/pull/#1}{##1}} \newcommand{\ghit}{\href{https://github.com/eddelbuettel/nanotime/issues/#1}{##1}} +\section{Changes in version 0.3.10 (2024-09-16)}{ + \itemize{ + \item Retire several checks for Solaris in test suite (Dirk in \ghpr{130}) + \item Switch to Authors@R in DESCRIPTION as now required by CRAN + \item Accommodate R-devel change for setdiff (Dirk in \ghpr{133} fixing + \ghit{132}) + \item No longer ship defunction ggplot2 demo (Dirk fixing \ghit{131}) + } +} + \section{Changes in version 0.3.9 (2024-06-21)}{ \itemize{ \item Condition two tests to not run on arm64 (Dirk in \ghpr{129} fixing