From 68ea56ac92dd7e6fcf306ea13b7474a5e4d74e45 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Fri, 10 Jan 2025 17:37:57 -0600 Subject: [PATCH] Release 0.3.11 --- ChangeLog | 4 ++++ DESCRIPTION | 4 ++-- inst/NEWS.Rd | 6 ++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3383e9d..b183edd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2025-01-10 Dirk Eddelbuettel + + * DESCRIPTION (Version, Date): Release 0.3.11 + 2025-01-07 Dirk Eddelbuettel * DESCRIPTION (Date, Version): Roll micro version and date diff --git a/DESCRIPTION b/DESCRIPTION index de11c6c..96f0c90 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: nanotime Type: Package Title: Nanosecond-Resolution Time Support for R -Version: 0.3.10.2 -Date: 2025-01-07 +Version: 0.3.11 +Date: 2025-01-10 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 4546a6c..c6fd8cb 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -3,10 +3,12 @@ \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.11 (202x-yy-zz)}{ +\section{Changes in version 0.3.11 (2025-01-10)}{ \itemize{ \item Explicit \code{Rcomplex} assignment accommodates pickier compilers - over newer R struct (Michael Chirico in \ghpr{135} fixing \ghit{134}) + over newer R struct (Michael Chirico in \ghpr{135} fixing \ghit{134}) + \item When formatting, \code{NA} are flagged before \code{CCTZ} call to + to not trigger santizier, and set to NA after call (Dirk in \ghpr{136}) } }