Skip to content

Commit 9cf54a4

Browse files
committed
update NEWS, roll minor version
1 parent 05eea3d commit 9cf54a4

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2020-08-05 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
* inst/include/Rcpp/config.h: Idem
5+
16
2020-07-09 Walter Somerville <[email protected]>
27

38
* inst/include/Rcpp/DataFrame.h: Warn when data.frame has varying length

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.5.1
4-
Date: 2020-07-06
3+
Version: 1.0.5.2
4+
Date: 2020-08-05
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
\item Replace remaining few uses of \code{EXTPTR_PTR} with
1111
\code{R_ExternalPtrAddr} (Kevin in \ghpr{1098} fixing
1212
\ghit{1097}).
13+
\item Add \code{push_back} and \code{push_front} for
14+
\code{DataFrame} (Walter Somerville in \ghpr{1099} fixing
15+
\ghit{1094}).
1316
}
1417
}
1518
}

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

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,5,1)
34-
#define RCPP_DEV_VERSION_STRING "1.0.5.1"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,5,2)
34+
#define RCPP_DEV_VERSION_STRING "1.0.5.2"
3535

3636
#endif

0 commit comments

Comments
 (0)