Skip to content

Commit

Permalink
Increment version number to 0.2.0.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaspons committed Sep 5, 2024
1 parent 4edafd2 commit 7b822f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2286-8727")),
Expand Down
10 changes: 8 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
osmapiR (development version)
=============================

* Update CITATION with the JOSS article (<https://doi.org/10.21105/joss.07151>).
* Test and fix tags_list2wide() with only 1 tag per object ([0368f1b](https://github.com/ropensci/osmapiR/commit/0368f1bf5ea9a0ba670d4dbd356846873460e96c)).

osmapiR 0.2.0
=============

Expand All @@ -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)).
Expand Down

0 comments on commit 7b822f8

Please sign in to comment.