Skip to content

Commit

Permalink
Release 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 11, 2024
1 parent da796ab commit acebd07
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2024-11-10 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Version 0.0.19

* src/formatter.cpp: Partially revert / simplify previous PR

2024-11-09 Dirk Eddelbuettel <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: RcppSpdlog
Type: Package
Title: R and C++ Interfaces to 'spdlog' C++ Header Library for Logging
Version: 0.0.18.2
Date: 2024-10-29
Version: 0.0.19
Date: 2024-11-10
License: GPL (>= 2)
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0001-6419-907X")),
Expand Down
12 changes: 12 additions & 0 deletions 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/eddelbuettel/rcppspdlog/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/rcppspdlog/issues/#1}{##1}}

\section{Changes in RcppSpdlog version 0.0.19 (2024-11-10)}{
\itemize{
\item Support use of \code{std::format} under C++20 via opt-in define
instead of \code{fmt} (Xanthos Xanthopoulos in \ghpr{19})
\item An erroneous duplicate log=level documentation level was removed
(Contantinos Giachalis in \ghpr{20})
\item Upgraded to upstream release spdlog 1.15.0 (Dirk in \ghpr{21})
\item Partially revert / simplify \code{src/formatter.cpp} accomodating
both \ghpr{19} and previous state (Dirk in \ghpr{21})
}
}

\section{Changes in RcppSpdlog version 0.0.18 (2024-09-10)}{
\itemize{
\item Upgraded to upstream release spdlog 1.14.1
Expand Down

0 comments on commit acebd07

Please sign in to comment.