Skip to content

Commit

Permalink
Roll micro version, update date, update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jul 25, 2024
1 parent dfb530d commit d9b5431
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-07-24 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Roll micro version
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem

2024-07-11 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Date, Version): Release 1.0.13
Expand All @@ -24,6 +29,7 @@
* inst/include/Rcpp/Language.h: Avoid using SET_TYPEOF
* inst/include/Rcpp/Pairlist.h: Idem
* inst/include/Rcpp/r_cast.h: Idem
[ merged 2024-07-24 after release of Rcpp 1.0.13 ]

2024-06-22 Dirk Eddelbuettel <edd@debian.org>

Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: Rcpp
Title: Seamless R and C++ Integration
Version: 1.0.13.0.2
Date: 2024-07-22
Version: 1.0.13.1
Date: 2024-07-24
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Expand Down
4 changes: 3 additions & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}

\section{Changes in Rcpp release version 1.0.13 (2025-01-xx)}{
\section{Changes in Rcpp release version 1.0.14 (2025-01-xx)}{
\itemize{
\item Changes in Rcpp API:
\itemize{
\item Support for user-defined databases has been removed (Kevin in
\ghpr{1314} fixing \ghit{1313})
\item The \code{SET_TYPEOF} function and macro is no longer used (Kevin in
\ghpr{1315} fixing \ghit{1312})
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions inst/include/Rcpp/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define RCPP_VERSION_STRING "1.0.13"

// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
#define RCPP_DEV_VERSION RcppDevVersion(1,0,13,0)
#define RCPP_DEV_VERSION_STRING "1.0.13.0"
#define RCPP_DEV_VERSION RcppDevVersion(1,0,13,1)
#define RCPP_DEV_VERSION_STRING "1.0.13.1"

#endif

0 comments on commit d9b5431

Please sign in to comment.