diff --git a/DESCRIPTION b/DESCRIPTION index 07151ad..a9755ca 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rtoot Title: Collecting and Analyzing Mastodon Data -Version: 0.3.4.9000 +Version: 0.3.5 Authors@R: c(person("David", "Schoch", , "david@schochastics.net", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2952-4812")), person("Chung-hong", "Chan", ,"chainsawtiney@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0002-6232-7530")), diff --git a/NEWS.md b/NEWS.md index bd0d62a..a73fe38 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ -# rtoot 0.3.4.9000 +# rtoot 0.3.5 * fixed #153 by allowing POSIXct as `max_id`, `min_id` and `since_id` (#154) by @Kudusch -# fixed #158 for VSCode and similar editors which return TRUE for `rstudio::isAvailable()` (#159) +* fixed #158 for VSCode and similar editors which return TRUE for `rstudio::isAvailable()` (#159) # rtoot 0.3.4 diff --git a/cran-comments.md b/cran-comments.md index 18c938a..8c5b9d4 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,11 +1,11 @@ -## Update from 0.3.3 to 0.3.4 +## Update from 0.3.4 to 0.3.5 -* small bug fixes and link redirects +* small bug fixes *(dontrun examples are used to not make unnecessary API calls)* # Test environments -* ubuntu 22.04, R 4.3.2 +* ubuntu 22.04, R 4.4.1 * win-builder (devel and release) ## R CMD check results