From 0c27b6c643fb2770859474d7bbab6fa31143b2fb Mon Sep 17 00:00:00 2001 From: eblondel Date: Wed, 22 May 2024 22:31:06 +0200 Subject: [PATCH] NEWS.md / date --- DESCRIPTION | 2 +- NEWS.md | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index aa0ba00..7c1fba9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: zen4R Version: 0.10 -Date: 2024-05-18 +Date: 2024-05-22 Title: Interface to 'Zenodo' REST API Authors@R: c( person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "emmanuel.blondel1@gmail.com", comment = c(ORCID = "0000-0002-5870-5762")), diff --git a/NEWS.md b/NEWS.md index 5afb6a8..19f3155 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,10 +2,9 @@ ## [zen4R 0.10](https://github.com/eblondel/zen4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-unavailable-red.svg)](https://cran.r-project.org/package=zen4R) -* [#127](https://github.com/eblondel/zen4R/issues/127) Migration to new Zenodo API (based on InvenioRDM) - **Enhancements** +* [#127](https://github.com/eblondel/zen4R/issues/127) Migration to new Zenodo API (based on InvenioRDM) * [#129](https://github.com/eblondel/zen4R/issues/129) Zenodo to InvenioRDM - communities API endpoint * [#130](https://github.com/eblondel/zen4R/issues/130) Zenodo to InvenioRDM - funders API endpoint * [#131](https://github.com/eblondel/zen4R/issues/131) Zenodo to InvenioRDM - licenses API endpoint @@ -15,7 +14,19 @@ * [#135](https://github.com/eblondel/zen4R/issues/135) Zenodo to InvenioRDM - update file management methods * [#136](https://github.com/eblondel/zen4R/issues/136) Zenodo to InvenioRDM - citation export methods * [#137](https://github.com/eblondel/zen4R/issues/137) Zenodo to InvenioRDM - ZenodoRecord model adjustments +* [#145](https://github.com/eblondel/zen4R/issues/145) Zenodo to InvenioRDM - Support record resource type +* [#146](https://github.com/eblondel/zen4R/issues/146) Zenodo to InvenioRDM - Refactor record creator/contributor model +* [#149](https://github.com/eblondel/zen4R/issues/149) Zenodo to InvenioRDM - Refactor record languages management +* [#150](https://github.com/eblondel/zen4R/issues/151) Zenodo To InvenioRDM - Refactor record license / rights handling + +**New features** +* [#138](https://github.com/eblondel/zen4R/issues/138)Zenodo to InvenioRDM - Support access policy fields/methods +* [#144](https://github.com/eblondel/zen4R/issues/144) Add cli as dependency for nice logs +* [#147](https://github.com/eblondel/zen4R/issues/147) Zenodo to InvenioRDM - Affiliations API endpoint +* [#148](https://github.com/eblondel/zen4R/issues/148) Zenodo to InvenioRDM - Support publisher +* [#152](https://github.com/eblondel/zen4R/issues/152) Zenodo To InvenioRDM - New method to associate a record to a community +* [#153](https://github.com/eblondel/zen4R/issues/153) Support API 'requests' methods ## [zen4R 0.9](https://github.com/eblondel/zen4R) | [![CRAN_Status_Badge](https://img.shields.io/badge/CRAN-published-blue.svg)](https://cran.r-project.org/package=zen4R)