Skip to content

Commit

Permalink
Roll micro-release and date to 1.0.14.2, update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Feb 5, 2025
1 parent 6633770 commit d854744
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2025-02-05 Dirk Eddelbuettel <[email protected]>

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

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

2025-01-31 Lev Kandel <[email protected]>

* inst/include/Rcpp/internal/wrap.h: Add support for std::string_view
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.1
Date: 2025-01-26
Version: 1.0.14.2
Date: 2025-02-05
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0001-6419-907X")),
person("Romain", "Francois", role = "aut",
Expand Down
5 changes: 5 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

\section{Changes in Rcpp release version 1.0.15 (2025-07-xx)}{
\itemize{
\item Changes in Rcpp API:
\itemize{
\item The \code{std::string_view} type is now covered by \code{wrap()}
(Lev Kandel in \ghpr{1356} as discussed in \ghit{1357})
}
\item Changes in Rcpp Documentation:
\itemize{
\item Several typos were correct in the NEWS file (Ben Bolker in
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,1)
#define RCPP_DEV_VERSION_STRING "1.0.14.1"
#define RCPP_DEV_VERSION RcppDevVersion(1,0,14,2)
#define RCPP_DEV_VERSION_STRING "1.0.14.2"

#endif

0 comments on commit d854744

Please sign in to comment.