Skip to content

Commit 53ad83b

Browse files
committed
Roll micro version and date, update NEWS
1 parent 90d6b45 commit 53ad83b

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2026-06-29 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION (Version, Date): Roll micro version and date
4+
* inst/include/Rcpp/config.h: Idem
5+
16
2026-06-26 Kevin Ushey <kevinushey@gmail.com>
27

38
* inst/include/Rcpp/proxy/AttributeProxy.h: Do not rely on get__()

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.1.1.12
4-
Date: 2026-06-09
3+
Version: 1.1.1.13
4+
Date: 2026-06-29
55
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
66
comment = c(ORCID = "0000-0001-6419-907X")),
77
person("Romain", "Francois", role = "aut",

inst/NEWS.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@
3636
has been fixed (Kevin in \ghpr{1475} fixing \ghit{1474})
3737
\item The \code{Nullable::operatorT()} has been added as a 'opt-out'
3838
(Dirk in \ghpr{1477} with coordination in \ghit{1472})
39+
\item Add templated integer-index overload for \code{operator[]} on
40+
small systems such as WASM (Jeroen Ooms in \ghpr{1482})
3941
\item The attribute accessors in \code{AttributeProxyPolicy} no longer
40-
rely on \code{get__()} so that classes such as \code{ListOf} compile
41-
(Kevin in \ghpr{1484} fixing \ghit{1483})
42+
rely on \code{get__()} (Kevin in \ghpr{1484} fixing \ghit{1483})
4243
}
4344
\item Changes in Rcpp Documentation:
4445
\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.1.1"
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,1,1,12)
34-
#define RCPP_DEV_VERSION_STRING "1.1.1.12"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,1,1,13)
34+
#define RCPP_DEV_VERSION_STRING "1.1.1.13"
3535

3636
#endif

0 commit comments

Comments
 (0)