Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Dec 6, 2024
1 parent 3858ade commit 230cc6c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rhdf5
Type: Package
Title: R Interface to HDF5
Version: 2.51.0
Version: 2.51.1
Authors@R: c(person("Bernd", "Fischer", role = c("aut")),
person("Mike", "Smith",
role=c("aut", "cre"),
Expand Down Expand Up @@ -33,4 +33,4 @@ SystemRequirements: GNU make
biocViews: Infrastructure, DataImport
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
10 changes: 10 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
\name{NEWS}
\title{News for Package 'rhdf5'}

\section{Changes in version 2.52.0}{

\subsection{Bug fixes}{
\itemize{
\item Fixed overflow when trying to write a large number of very long
strings. Backported to 2.50.1.
(Thanks to Aaron Lun @LTLA for reporting this
https://github.com/grimbough/rhdf5/issues/151).
}

\section{Changes in version 2.48.0}{

\subsection{CHANGES}{
Expand Down

0 comments on commit 230cc6c

Please sign in to comment.