From f5798008aed5475187d2e98d0921eb18b5f1e2a1 Mon Sep 17 00:00:00 2001 From: Jon Harmon Date: Thu, 29 Aug 2024 08:43:04 -0400 Subject: [PATCH] Update NEWS.md --- NEWS.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 24cccc3..5ee9b05 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,16 @@ -# tidytuesdayR (1.0.3 version) -* [bug fix] Address case where when trying to test +# tidytuesdayR (development version) -# tidytuesdayR (1.0.2 version) +* [maintenance] tidytuesdayR now uses the {gh} package to manage all interactions with the GitHub API. This should make the package more stable and easier to maintain. (@jonthegeek, #78) + + +# tidytuesdayR 1.0.3 + +* [bug fix] Address case where rate limit hit when trying to test + +# tidytuesdayR 1.0.2 * [bug fix] During testing it was identified that 502 errors from github servers would cause the code to error out. Now it will retry a few times before giving an error. -* [bug fix] No internet connection bug on rstudio resolved to due malformed url checks (https). +* [bug fix] No internet connection bug on rstudio resolved due to malformed url checks (https). * [bug fix] Partial argument matching correction in `tt_download_file.character()`, `tt_parse_blob()`, and in tests. (thanks @mgirlich) # tidytuesdayR 1.0.1