Skip to content

Commit

Permalink
Roll micro version and date, start NEWS para for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jan 26, 2025
1 parent 7ecadc3 commit 6dfb816
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2025-01-26 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Roll micro version and date

* inst/include/Rcpp/config.h: Idem

2025-01-25 Dirk Eddelbuettel <edd@debian.org>

* vignettes/rmd/Rcpp-libraries.Rdm: Add mention of PACKAGE_types.h
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.14
Date: 2025-01-11
Version: 1.0.14.1
Date: 2025-01-26
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
comment = c(ORCID = "0000-0001-6419-907X")),
person("Romain", "Francois", role = "aut",
Expand Down
14 changes: 13 additions & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
\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.15 (2025-07-xx)}{
\itemize{
\item Changes in Rcpp Documentation:
\itemize{
\item Several typos were correct in the NEWS file (Ben Bolker in
\ghpr{1354})
\item The Rcpp Libraries vignette mentions \code{PACKAGE_types.h} to
declare types used in \code{RcppExports.cpp} (Dirk in \ghpr{1355})
}
}
}

\section{Changes in Rcpp release version 1.0.14 (2025-01-11)}{
\itemize{
\item Changes in Rcpp API:
Expand All @@ -15,7 +27,7 @@
has been removed (Dirk in \ghpr{1335} fixing \ghpr{1334})
\item Compilation on DragonFlyBSD is now supported (Gábor Csárdi in
\ghpr{1338})
\item Use read-only \code{VECTOR_PTR} and \code{STRING_PTR} only
\item Use read-only \code{VECTOR_PTR} and \code{STRING_PTR} only
with R 4.5.0 or later (Kevin in \ghpr{1342} fixing \ghit{1341})
}
\item Changes in Rcpp Attributes:
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.14"

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

#endif

0 comments on commit 6dfb816

Please sign in to comment.