Skip to content

Commit

Permalink
Release 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 28, 2023
1 parent 120077d commit 328bebb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2023-11-28 Dirk Eddelbuettel <[email protected]>

* 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
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Description: The 'JSON' format is ubiquitous for data interchange, and the
Expand Down
12 changes: 9 additions & 3 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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}).
Expand All @@ -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
Expand Down Expand Up @@ -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}).
}
}

Expand Down

0 comments on commit 328bebb

Please sign in to comment.