Skip to content

Commit c969ce8

Browse files
committed
Bump version to '0.21.0'
Signed-off-by: Stefan Widgren <[email protected]>
1 parent 9bfca85 commit c969ce8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: Interface to the 'libgit2' library, which is a pure C
44
implementation of the 'Git' core methods. Provides access to 'Git'
55
repositories to extract data and running some basic 'Git'
66
commands.
7-
Version: 0.20.0.9000
7+
Version: 0.21.0
88
License: GPL-2
99
Copyright: See COPYRIGHTS file.
1010
URL: https://github.com/ropensci/git2r

NEWS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
git2r 0.20.0.9000
2-
-----------------
1+
git2r 0.21.0
2+
------------
33

44
* Added methods 'odb_blobs' and 'odb_objects' with missing repository
55
signature. Internally, they use 'getwd' and 'discover_repository' to

inst/CITATION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
citHeader(paste0("See AUTHORS file for a list of all authors.\n",
22
"To cite git2r in publications, please use:"))
33

4-
year <- "2017"
5-
vers <- "0.20.0"
4+
year <- "2018"
5+
vers <- "0.21.0"
66
pkg.url <- "https://CRAN.R-project.org/package=git2r"
77

88
citEntry(entry = "Manual",

0 commit comments

Comments
 (0)