From 692c56660e9a926910790cf30c74e788971f93e6 Mon Sep 17 00:00:00 2001 From: u228298 Date: Fri, 18 Oct 2024 17:08:42 +0200 Subject: [PATCH] Bump minor version to 1.0.1 - Add changelog entry. --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5f899af..4e27fb9 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: hereR Type: Package Title: 'sf'-Based Interface to the 'HERE' REST APIs -Version: 1.0.0 +Version: 1.0.1 Authors@R: c( person("Merlin", "Unterfinger", role = c("aut", "cre"), email = "info@munterfinger.ch", comment = c(ORCID = "0000-0003-2020-2366")), person("Daniel", "Possenriede", role = "ctb", comment = c(ORCID = "0000-0002-6738-9845"))) diff --git a/NEWS.md b/NEWS.md index 38d5aa3..4d3357d 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# version 1.0.1 + +- Avoid consumption model to be added to request when transport mode is pedestrian (closes [#167](https://github.com/munterfi/hereR/issues/167)). + # version 1.0.0 Please note that there are breaking changes introduced in this major version release for the `weather()`, `flow()`, and `incidents()` functions. Be sure to review the updated documentation to understand how these changes may affect your usage.