diff --git a/DESCRIPTION b/DESCRIPTION index 89db2b4..e3d5433 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rtoot Title: Collecting and Analyzing Mastodon Data -Version: 0.3.1.9000 +Version: 0.3.2 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 2860ff4..60bc223 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# rtoot 0.3.1.9000 +# rtoot 0.3.2 * added `post_status()` to favourite/bookmark/reblog statuses (#134) * fixed example in `get_status()` (#134) diff --git a/cran-comments.md b/cran-comments.md index f3de1f0..db2673a 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,11 +1,12 @@ -## Resubmission of update from 0.3.0 to 0.3.1 +## Update from 0.3.1 to 0.3.2 -fixed issues in file CITATION +* added functions to favourite/boost/bookmark statuses +* fixed erroneous examples *(dontrun examples are used to not make unnecessary API calls)* # Test environments -* ubuntu 22.04, R 4.2.2 +* ubuntu 22.04, R 4.3 * win-builder (devel and release) ## R CMD check results