Skip to content

Commit bf28802

Browse files
committed
roll minor version and date, update news
1 parent 20bc79a commit bf28802

File tree

4 files changed

+23
-6
lines changed

4 files changed

+23
-6
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2020-03-17 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
* inst/include/Rcpp/config.h: Idem
5+
6+
* inst/NEWS.Rd: Updated
7+
18
2020-03-15 Kevin Ushey <[email protected]>
29

310
* inst/include/Rcpp/exceptions_impl.h: Ensure <execinfo.h> is included

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.4
4-
Date: 2020-03-13
3+
Version: 1.0.4.1
4+
Date: 2020-03-17
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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 version 1.0.5 (2020-07-xx)}{
7+
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item The exception handler code in \ghpr{1043} was updated to ensure
11+
proper include behavior (Kevin in \ghpr{1047} fixing \ghit{1046}).
12+
}
13+
}
14+
}
15+
616
\section{Changes in Rcpp version 1.0.4 (2020-03-13)}{
717
\itemize{
818
\item Changes in Rcpp API:
@@ -37,10 +47,10 @@
3747
\item The Rcpp Attributes vignette describe the new invisible return
3848
object option (Kun Ren in \ghpr{1025}).
3949
\item Vignettes are now included as pre-made pdf files (Dirk in \ghpr{1029})
40-
\item The Rcpp FAQ has new entry on the recommended
50+
\item The Rcpp FAQ has a new entry on the recommended
4151
\code{importFrom} directive (Dirk in \ghpr{1031} fixing \ghit{1030}).
4252
\item The bib file for the vignette was once again updated to
43-
current package versions.
53+
current package versions (Dirk).
4454
}
4555
\item Changes in Rcpp Deployment:
4656
\itemize{

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.4"
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,4,0)
34-
#define RCPP_DEV_VERSION_STRING "1.0.4.0"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,4,1)
34+
#define RCPP_DEV_VERSION_STRING "1.0.4.1"
3535

3636
#endif

0 commit comments

Comments
 (0)