Skip to content

Commit

Permalink
Update version with NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekbanas committed Nov 3, 2023
1 parent fd2ceff commit bd779c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: GitStats
Title: Get Statistics from GitHub and GitLab
Version: 1.0.1
Version: 1.0.1.9000
Authors@R: c(
person(given = "Maciej", family = "Banas", email = "[email protected]", role = c("aut", "cre")),
person(given = "Kamil", family = "Koziej", email = "[email protected]", role = "aut"),
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# GitStats 1.0.1
# GitStats 1.0.1.9000

## Features:

- added `pull_files()` with `get_files()` to pull content of text files ([#200](https://github.com/r-world-devs/GitStats/issues/200)),
- added a `default_branch` column to repositories output as a consequence of [#200](https://github.com/r-world-devs/GitStats/issues/200).

## Fixes:

Expand Down

0 comments on commit bd779c2

Please sign in to comment.