From fc7d8f7e0e90303a9f7127db2be0d748d9f156c4 Mon Sep 17 00:00:00 2001 From: michaelm Date: Thu, 14 Nov 2024 14:33:38 -0500 Subject: [PATCH] Update version and NEWS --- DESCRIPTION | 2 +- NEWS.md | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 487431b..9aec9e9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: review Title: QC Management and Helpers -Version: 3.9.1.9009 +Version: 3.10.0 Authors@R: c( person(given = "Eric", family = "Anderson", email = "andersone@metrumrg.com", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index 02f2b1f..379908a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,14 +1,18 @@ -# review development +# review 3.10.0 ## New features and changes -- `renderQCReport` render a QC report document. (#135) +- `renderQCReport` added to generate a QC report document. (#135) + +- Updated `renderQCSummary` summary tables. (#137, #140, #144, #147) + +- Added `fileSummary` function to detail QC and SVN history. (#131) - `logRemove` added to package to assist with removing files from the QC log. (#105) - `diffFiles` can now display the entire file that is being diffed. (#115) -- Added `repoHistory` function to return history of all commits in the repository. (#116) +- Added `repoHistory` function to return history of all commits in the repository. (#116, #146) # review 3.9.1