Skip to content

Commit c1699a0

Browse files
committed
Roll micro-release, update NEWS [ci ski]
1 parent d303f9e commit c1699a0

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2024-07-05 Kevin Ushey <[email protected]>
2020

2121
* inst/include/Rcpp/Environment.h: Drop support for UserDefinedDatabase
22-
[ merged 2024-07-22 after release of Rcpp 1.0.13 ]
22+
[ merged 2024-07-22 after release of Rcpp 1.0.13 ]
2323

2424
2024-06-22 Dirk Eddelbuettel <[email protected]>
2525

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.13
4-
Date: 2024-07-11
3+
Version: 1.0.13.0.1
4+
Date: 2024-07-22
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.13 (2025-01-xx)}{
7+
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item Support for user-defined databases has been removed (Kevin in
11+
\ghpr{1314} fixing \ghit{1313})
12+
}
13+
}
14+
}
15+
616
\section{Changes in Rcpp release version 1.0.13 (2024-07-11)}{
717
\itemize{
818
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)