Skip to content

Commit f06dc18

Browse files
committed
Release 0.0.28
1 parent 922cad1 commit f06dc18

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2026-03-19 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION (Version, Date): Version 0.0.28
4+
15
2026-03-14 Dirk Eddelbuettel <edd@debian.org>
26

37
* DESCRIPTION (Version, Date): Roll micro release version

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: RcppSpdlog
22
Type: Package
33
Title: R and C++ Interfaces to 'spdlog' C++ Header Library for Logging
4-
Version: 0.0.27.1
5-
Date: 2026-03-14
4+
Version: 0.0.28
5+
Date: 2026-03-19
66
License: GPL (>= 2)
77
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
88
comment = c(ORCID = "0000-0001-6419-907X")),

inst/NEWS.Rd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/rcppspdlog/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/rcppspdlog/issues/#1}{##1}}
55

6+
\section{Changes in RcppSpdlog version 0.0.28 (2026-03-19)}{
7+
\itemize{
8+
\item Regenerate \code{RcppExports.cpp} to switch to \code{(Rf_error)}
9+
aiding in \pkg{Rcpp} transition to \code{Rcpp::stop()}
10+
}
11+
}
12+
613
\section{Changes in RcppSpdlog version 0.0.27 (2026-02-11)}{
714
\itemize{
815
\item Under C++20 or later, keep relying on \code{fmt::format} until issues

0 commit comments

Comments
 (0)