Skip to content

Commit 9397d72

Browse files
committed
Release 0.2.5
1 parent e7d7731 commit 9397d72

10 files changed

+24
-2
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ LICENSE
77
^\.github
88
^\.editorconfig$
99
^vignettes/rmd
10+
demo/00Index

ChangeLog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2025-03-26 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Release 0.2.5
4+
* configure.ac: Idem
5+
* configure: Regenerated
6+
7+
* inst/demos/*: Moved from demo/
8+
19
2025-03-24 Dirk Eddelbuettel <[email protected]>
210

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

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: RcppRedis
22
Type: Package
33
Title: 'Rcpp' Bindings for 'Redis' using the 'hiredis' Library
4-
Version: 0.2.4.2
5-
Date: 2025-03-24
4+
Version: 0.2.5
5+
Date: 2025-03-26
66
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
77
comment = c(ORCID = "0000-0001-6419-907X")),
88
person("Bryan", "Lewis", role = "aut", comment = "pub/sub code from 'rredis'"))

inst/NEWS.Rd

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/rcppredis/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/rcppredis/issues/#1}{##1}}
55

6+
\section{Changes in version 0.2.5 (2025-03-26)}{
7+
\itemize{
8+
\item The continuous integration setup was updated several times
9+
\item Badges and URLs in README.md have been updated
10+
\item An updated interface from \pkg{RApiSerialize} is now used, and a
11+
versioned dependency on version 0.1.4 or later has been added
12+
\item The DESCRIPTION file now uses Authors@R
13+
\item Two possible bashisms have been converted in \code{configure.ac}
14+
\item The (fallback if needed) build of \code{libhiredis.a} now sets
15+
\code{-DNDEBUG}, four uses of \code{sprintf} converted to \code{snprintf}
16+
}
17+
}
18+
619
\section{Changes in version 0.2.4 (2023-08-19)}{
720
\itemize{
821
\item Add missing alias for \sQuote{RcppRedis-package} to \code{rhiredis.Rd}.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)