diff --git a/NEWS.md b/NEWS.md index 79d5053..9dd67a3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ -# rig 0.5.1 (unreleased) +# rig 0.5.1 * rig now prints output from `apt`, etc. like regular logging output on Linux. diff --git a/RELEASE.md b/RELEASE.md index d099f68..e3ec3ef 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -7,7 +7,7 @@ - NEWS file - README.Rmd - [ ] Make sure CI is OK -- [ ] If needed, commit to to have a CI build with the right version number. +- [ ] If needed, commit to have a CI build with the right version number. - [ ] Build README: ``` Rscript -e 'rmarkdown::render("README.Rmd")'