Skip to content

Commit

Permalink
Merge pull request #144 from munterfi/release/v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
munterfi authored Oct 4, 2021
2 parents 027e938 + fe5de62 commit 4969c45
Show file tree
Hide file tree
Showing 6 changed files with 195 additions and 191 deletions.
5 changes: 2 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,8 @@ Add your GitHub username to the bugfix or feature entry in the `NEWS.md` to ensu
```
# version x.x.x.9000
* Added <feature description> (@<github_username>, [#1](https://github.com/munterfinger/hereR/pull/1)).
* Bugfix: <description> (@<github_username>, closes [#2](https://github.com/munterfinger/hereR/issues/2)).
* Added <feature description> (@<github_username>, [#1](https://github.com/munterfi/hereR/pull/1)).
* Bugfix: <description> (@<github_username>, closes [#2](https://github.com/munterfi/hereR/issues/2)).
```

## Code of conduct
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: hereR
Type: Package
Title: 'sf'-Based Interface to the 'HERE' REST APIs
Version: 0.8.0
Version: 0.8.1
Authors@R: c(
person("Merlin", "Unterfinger", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-2020-2366")),
person("Daniel", "Possenriede", role = "ctb", comment = c(ORCID = "0000-0002-6738-9845")))
Maintainer: Merlin Unterfinger <[email protected]>
URL: https://munterfinger.github.io/hereR/, https://github.com/munterfinger/hereR/
BugReports: https://github.com/munterfinger/hereR/issues/
URL: https://munterfi.github.io/hereR/, https://github.com/munterfi/hereR/
BugReports: https://github.com/munterfi/hereR/issues/
Description: Interface to the 'HERE' REST APIs <https://developer.here.com/develop/rest-apis>:
(1) geocode and autosuggest addresses or reverse geocode POIs using the 'Geocoder' API;
(2) route directions, travel distance or time matrices and isolines using the 'Routing', 'Matrix Routing' and 'Isoline Routing' APIs;
Expand Down
Loading

0 comments on commit 4969c45

Please sign in to comment.