Skip to content

Commit 6dfb816

Browse files
committed
Roll micro version and date, start NEWS para for next release
1 parent 7ecadc3 commit 6dfb816

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-01-26 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll micro version and date
4+
5+
* inst/include/Rcpp/config.h: Idem
6+
17
2025-01-25 Dirk Eddelbuettel <[email protected]>
28

39
* vignettes/rmd/Rcpp-libraries.Rdm: Add mention of PACKAGE_types.h

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.14
4-
Date: 2025-01-11
3+
Version: 1.0.14.1
4+
Date: 2025-01-26
55
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
66
comment = c(ORCID = "0000-0001-6419-907X")),
77
person("Romain", "Francois", role = "aut",

inst/NEWS.Rd

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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 release version 1.0.15 (2025-07-xx)}{
7+
\itemize{
8+
\item Changes in Rcpp Documentation:
9+
\itemize{
10+
\item Several typos were correct in the NEWS file (Ben Bolker in
11+
\ghpr{1354})
12+
\item The Rcpp Libraries vignette mentions \code{PACKAGE_types.h} to
13+
declare types used in \code{RcppExports.cpp} (Dirk in \ghpr{1355})
14+
}
15+
}
16+
}
17+
618
\section{Changes in Rcpp release version 1.0.14 (2025-01-11)}{
719
\itemize{
820
\item Changes in Rcpp API:
@@ -15,7 +27,7 @@
1527
has been removed (Dirk in \ghpr{1335} fixing \ghpr{1334})
1628
\item Compilation on DragonFlyBSD is now supported (Gábor Csárdi in
1729
\ghpr{1338})
18-
\item Use read-only \code{VECTOR_PTR} and \code{STRING_PTR} only
30+
\item Use read-only \code{VECTOR_PTR} and \code{STRING_PTR} only
1931
with R 4.5.0 or later (Kevin in \ghpr{1342} fixing \ghit{1341})
2032
}
2133
\item Changes in Rcpp Attributes:

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.14"
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,0,14,0)
34-
#define RCPP_DEV_VERSION_STRING "1.0.14.0"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,14,1)
34+
#define RCPP_DEV_VERSION_STRING "1.0.14.1"
3535

3636
#endif

0 commit comments

Comments
 (0)