From 98685c06fb275b4bc252cd6b9129fd2f0f1e6ddd Mon Sep 17 00:00:00 2001 From: Maciej Banas Date: Thu, 7 Nov 2024 09:55:13 +0000 Subject: [PATCH 1/2] Bump version, update NEWS, small change to DESCRIPTION. --- DESCRIPTION | 8 ++++---- NEWS.md | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 38060ea8..86362475 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,15 +1,15 @@ Package: GitStats -Title: Standardized Git Repository Statistics -Version: 2.1.1.9002 +Title: Standardized Git Repository Data +Version: 2.1.2 Authors@R: c( person(given = "Maciej", family = "Banas", email = "banasmaciek@gmail.com", role = c("aut", "cre")), person(given = "Kamil", family = "Koziej", email = "koziej.k@gmail.com", role = "aut"), person(given = "Karolina", family = "Marcinkowska", email = "karolina_marcinkowska@onet.pl", role = "aut"), person(given = "Matt", family = "Secrest", email = "secrestm@gene.com", role = "aut") ) -Description: Obtain standardized statistics from multiple 'Git' services, including 'GitHub' and 'GitLab'. +Description: Obtain standardized data from multiple 'Git' services, including 'GitHub' and 'GitLab'. Designed to be 'Git' service-agnostic, this package assists teams with activities spread across various - 'Git' platforms by providing a unified way to access repository metadata. + 'Git' platforms by providing a unified way to access repository data. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE, r6 = TRUE) diff --git a/NEWS.md b/NEWS.md index 362acee3..d4885335 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -# GitStats (development version) +# GitStats 2.1.2 + +This is a patch release which introduces some hot fixes. - Fixed setting default tokens when `verbose` mode is set to `FALSE` ([#525](https://github.com/r-world-devs/GitStats/issues/525)) and fixed checking token scopes for GitLab ([#526](https://github.com/r-world-devs/GitStats/issues/526)). - Fixed `get_repos_urls()` output when individual repositories are set in `set_*_host()`([#529](https://github.com/r-world-devs/GitStats/issues/529)). Earlier the function pulled all repositories for an organization, even though, repositories were defined for the host, not whole organizations. This is similar to the solved earlier ([#439](https://github.com/r-world-devs/GitStats/issues/439)). From 2d3a637fe8b801ebdf4af2ae66088909183d6342 Mon Sep 17 00:00:00 2001 From: Maciej Banas Date: Tue, 12 Nov 2024 12:35:11 +0000 Subject: [PATCH 2/2] Update NEWS. --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index cb1a7515..4c468524 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # GitStats 2.1.2 -This is a patch release which introduces some hot fixes. +This is a patch release which introduces some hot fixes and new data in `get_commits()` output. - Added `repo_url` column to output of `get_commits()` function ([#535](https://github.com/r-world-devs/GitStats/issues/535)). - Fixed setting default tokens when `verbose` mode is set to `FALSE` ([#525](https://github.com/r-world-devs/GitStats/issues/525)) and fixed checking token scopes for GitLab ([#526](https://github.com/r-world-devs/GitStats/issues/526)).