diff --git a/DESCRIPTION b/DESCRIPTION index bfc04a5..2948f3c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: zen4R -Version: 0.7-2 +Version: 0.8 Date: 2023-01-10 Title: Interface to 'Zenodo' REST API Authors@R: c( diff --git a/NEWS.md b/NEWS.md index 2f26e6a..e195519 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,17 @@ # Change log -## [zen4R 0.7-2](https://cran.r-project.org/package=zen4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-unavailable.svg)](https://cran.r-project.org/package=zen4R) +## [zen4R 0.8](https://cran.r-project.org/package=zen4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-unavailable.svg)](https://cran.r-project.org/package=zen4R) **Enhancements** * [#106](https://github.com/eblondel/zen4R/issues/106) Quote DOIs in deposit/record search methods +* [#108](https://github.com/eblondel/zen4R/issues/108) `getFunders` additional `q` Elastic search argument +* [#109](https://github.com/eblondel/zen4R/issues/109) `getGrants` additional `q` Elastic search argument + +**New features** + +* [#110](https://github.com/eblondel/zen4R/issues/110) `getFundersByName` new method +* [#111](https://github.com/eblondel/zen4R/issues/111) `getGrantsByName` new method ## [zen4R 0.7-1](https://cran.r-project.org/package=zen4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-published-blue.svg)](https://cran.r-project.org/package=zen4R) diff --git a/README.md b/README.md index 9316a2b..88950e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Build Status](https://github.com/eblondel/zen4R/actions/workflows/r-cmd-check.yml/badge.svg?branch=master)](https://github.com/eblondel/zen4R/actions/workflows/r-cmd-check.yml) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/zen4R)](https://cran.r-project.org/package=zen4R) -[![Github_Status_Badge](https://img.shields.io/badge/Github-0.7.1-blue.svg)](https://github.com/eblondel/zen4R) +[![Github_Status_Badge](https://img.shields.io/badge/Github-0.8-blue.svg)](https://github.com/eblondel/zen4R) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2547036.svg)](https://doi.org/10.5281/zenodo.2547036) **zen4R – R Interface to Zenodo REST API**