diff --git a/ChangeLog b/ChangeLog index fb964ef..824578b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2023-11-28 Dirk Eddelbuettel + * DESCRIPTION (Version, Date): Release 0.1.11 + * src/RcppExports.cpp: Regenerated under updated Rcpp to address format string issue reported by R-devel * R/RcppExports.R: Idem diff --git a/DESCRIPTION b/DESCRIPTION index 3f14d07..6e346eb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: RcppSimdJson Type: Package Title: 'Rcpp' Bindings for the 'simdjson' Header-Only Library for 'JSON' Parsing -Version: 0.1.10 -Date: 2023-05-14 +Version: 0.1.11 +Date: 2023-11-28 Author: Dirk Eddelbuettel, Brendan Knapp, Daniel Lemire Maintainer: Dirk Eddelbuettel Description: The 'JSON' format is ubiquitous for data interchange, and the diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 6c6d81d..bf7c177 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -3,6 +3,13 @@ \newcommand{\ghpr}{\href{https://github.com/eddelbuettel/rcppsimdjson/pull/#1}{##1}} \newcommand{\ghit}{\href{https://github.com/eddelbuettel/rcppsimdjson/issues/#1}{##1}} +\section{Changes in version 0.1.11 (2023-11-28)}{ + \itemize{ + \item \code{RcppExports.cpp} has been regenerated under an update + \pkg{Rcpp} to address a \code{print} format warning (Dirk in \ghpr{88}). + } +} + \section{Changes in version 0.1.10 (2023-05-14)}{ \itemize{ \item \pkg{simdjson} was upgraded to version 3.1.8 (Dirk in \ghpr{85}). @@ -11,7 +18,7 @@ \section{Changes in version 0.1.9 (2023-01-21)}{ \itemize{ - \item The internal function {deseralize_json} is now exported at the C++ + \item The internal function \code{deseralize_json} is now exported at the C++ level as well as in R (Dirk in \ghpr{81} closing \ghit{80}). \item \pkg{simdjson} was upgraded to version 3.0.1 (Dirk in \ghpr{83}). \item The package now defaults to C++17 compilation; \code{configure} has @@ -42,8 +49,7 @@ \item The C++17 dependency was stated more clearly in the DESCRIPTION file (Dirk) \item The simdjson version was updated to release 1.0.0 (Daniel - Lemire in \ghpr{70). - } + Lemire in \ghpr{70}). } }