Skip to content

Commit bb05365

Browse files
committed
roll minor version
1 parent c0c2a1b commit bb05365

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

ChangeLog

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2020-10-21 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
* inst/include/Rcpp/config.h: Idem
5+
6+
2020-10-19 Benjamin Christoffersen <[email protected]>
7+
8+
* src/attributes.cpp: Initialize two private bool variable in default
9+
constructor to avoid santizer warning
10+
111
2020-08-20 Mattias Ellert <[email protected]>
212

313
* inst/include/Rcpp/lang.h: Remove obsolete and confusing comment
@@ -9,7 +19,8 @@
919

1020
2020-07-09 Walter Somerville <[email protected]>
1121

12-
* inst/include/Rcpp/DataFrame.h: Warn when data.frame has varying length
22+
* inst/include/Rcpp/DataFrame.h: Warn when data.frame has varying
23+
length
1324
* inst/tinyTest/cpp/DataFrame.cpp: Test added
1425
* inst/tinyTest/test_dataframe.R: Idem
1526

@@ -18,7 +29,8 @@
1829
* inst/include/Rcpp/DataFrame.h: Implement explict push_back and
1930
push_front for DataFrame, which takes care to set the class and
2031
row.names attributes.
21-
* inst/tinyTest/test_dataframe.R: Add in tests for push_back/push_front
32+
* inst/tinyTest/test_dataframe.R: Add in tests for
33+
push_back/push_front
2234
* inst/tinyTest/cpp/DataFrame.cpp: Idem
2335

2436
2020-07-06 Dirk Eddelbuettel <[email protected]>

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.2
4-
Date: 2020-08-05
3+
Version: 1.0.5.3
4+
Date: 2020-10-21
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/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,2)
34-
#define RCPP_DEV_VERSION_STRING "1.0.5.2"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,5,3)
34+
#define RCPP_DEV_VERSION_STRING "1.0.5.3"
3535

3636
#endif

0 commit comments

Comments
 (0)