From 7b822f8f6f802d5ad653ead0223c8dfd6a528af3 Mon Sep 17 00:00:00 2001 From: Joan Maspons Date: Thu, 5 Sep 2024 09:12:13 +0200 Subject: [PATCH] Increment version number to 0.2.0.9000 --- DESCRIPTION | 2 +- NEWS.md | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 780579a..5f9f650 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: osmapiR Title: 'OpenStreetMap' API -Version: 0.2.0 +Version: 0.2.0.9000 Authors@R: c( person("Joan", "Maspons", , "joanmaspons@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-2286-8727")), diff --git a/NEWS.md b/NEWS.md index 91092e9..6b422bf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +osmapiR (development version) +============================= + +* Update CITATION with the JOSS article (). +* Test and fix tags_list2wide() with only 1 tag per object ([0368f1b](https://github.com/ropensci/osmapiR/commit/0368f1bf5ea9a0ba670d4dbd356846873460e96c)). + osmapiR 0.2.0 ============= @@ -14,8 +20,8 @@ osmapiR 0.2.0 ### Minor improvements -* Upgrade logo by @atarom -* Add inst/CITATION +* Upgrade logo by @atarom. +* Add inst/CITATION. * Updated links to the new osmapiR home at rOpenSci (#40). * Split functions to parse gpx data from different API endpoints and different properties (#43). * Implement NA bboxes in `st_as_sf.osmapi_chagesets()` ([7ea4f5d7](https://github.com/ropensci/osmapiR/commit/7ea4f5d7f412ef8cf7691741b836cf45ddeb61f2)).