Skip to content

Commit 0bfb80c

Browse files
committed
Roll micro version and date, update NEWS
1 parent 4075b5c commit 0bfb80c

File tree

4 files changed

+29
-9
lines changed

4 files changed

+29
-9
lines changed

ChangeLog

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
2024-05-23 Andrew Johnson <[email protected]>
2-
3-
* Added variadic templates to be used instead of the generated code
4-
in `Rcpp/generated` and `Rcpp/module` when compiling with C++11 or
5-
later.
1+
2024-05-26 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll micro version
4+
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem
5+
6+
2024-05-23 Andrew Johnson <[email protected]>
7+
8+
* inst/include/Rcpp/: Added variadic templates to be used instead of
9+
the generated code in `Rcpp/generated` and `Rcpp/module` when
10+
compiling with C++11 or later.
611

712
2024-05-18 Dirk Eddelbuettel <[email protected]>
813

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 1.0.12.1
4-
Date: 2024-02-21
3+
Version: 1.0.12.2
4+
Date: 2024-05-26
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6+
\section{Changes in Rcpp release version 1.0.13 (2024-xx-yy)}{
7+
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item Set R_NO_REMAP if not already defined (Dirk in \ghpr{1296})
11+
\item Add variadic templates to be used instead of generated code
12+
(Andrew Johnson in \ghpr{1303}
13+
}
14+
\item Changes in Rcpp Deployment:
15+
\itemize{
16+
\item Small updates to the CI test containers have been made (\ghpr{1304})
17+
}
18+
}
19+
}
20+
621
\section{Changes in Rcpp release version 1.0.12 (2024-01-08)}{
722
\itemize{
823
\item Changes in Rcpp API:

inst/include/Rcpp/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION_STRING "1.0.12"
3131

3232
// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,12,1)
34-
#define RCPP_DEV_VERSION_STRING "1.0.12.1"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,12,2)
34+
#define RCPP_DEV_VERSION_STRING "1.0.12.2"
3535

3636
#endif

0 commit comments

Comments
 (0)