Skip to content

Commit 03d6dd9

Browse files
committed
release 1.0.3
1 parent c1960c3 commit 03d6dd9

File tree

6 files changed

+17
-8
lines changed

6 files changed

+17
-8
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2019-11-08 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Date, Version): Release 1.0.3
4+
5+
* inst/include/Rcpp/config.h: Idem
6+
* inst/NEWS.Rd: Idem
7+
* inst/bib/Rcpp.bib: Idem
8+
* vignettes/Rcpp.bib: Idem
9+
110
2019-11-06 Dirk Eddelbuettel <[email protected]>
211

312
* DESCRIPTION (Version, Date): Roll minor version

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.2.6
4-
Date: 2019-11-06
3+
Version: 1.0.3
4+
Date: 2019-11-08
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.3 (2019-11-xx)}{
6+
\section{Changes in Rcpp version 1.0.3 (2019-11-08)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
@@ -12,7 +12,7 @@
1212
\item Compilation can be sped up by toggling \code{RCPP_NO_RTTI} which
1313
implies \code{RCPP_NO_MODULES} (Dirk in \ghpr{998} fixing \ghit{998}).
1414
\item \code{XPtr} tags are now preserved in \code{as<>} (Stephen Wade
15-
in \ghpr{1003} fixing \ghit{986})
15+
in \ghpr{1003} fixing \ghit{986}, plus Dirk in \ghpr{1012}).
1616
\item A few more temporary allocations are now protected from garbage
1717
collection (Romain Francois in \ghpr{1010}, and Dirk in \ghpr{1011}).
1818
}

inst/bib/Rcpp.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ @Manual{CRAN:Rcpp
119119
Allaire and Kevin Ushey and Qiang Kou and
120120
Nathan Russel and John Chambers and Douglas Bates},
121121
year = 2019,
122-
note = {R package version 1.0.2},
122+
note = {R package version 1.0.3},
123123
url = CRAN # "package=Rcpp"
124124
}
125125

inst/include/Rcpp/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727

2828
// the currently released version
2929
#define RCPP_VERSION Rcpp_Version(1,0,2)
30-
#define RCPP_VERSION_STRING "1.0.2"
30+
#define RCPP_VERSION_STRING "1.0.3"
3131

3232
// the current source snapshot
3333
#define RCPP_DEV_VERSION RcppDevVersion(1,0,2,0)
34-
#define RCPP_DEV_VERSION_STRING "1.0.2.0"
34+
#define RCPP_DEV_VERSION_STRING "1.0.3.0"
3535

3636
#endif

vignettes/rmd/Rcpp.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ @Manual{CRAN:Rcpp
119119
Allaire and Kevin Ushey and Qiang Kou and
120120
Nathan Russel and John Chambers and Douglas Bates},
121121
year = 2019,
122-
note = {R package version 1.0.2},
122+
note = {R package version 1.0.3},
123123
url = CRAN # "package=Rcpp"
124124
}
125125

0 commit comments

Comments
 (0)