Skip to content

Commit

Permalink
Update NEWS and version (#34)
Browse files Browse the repository at this point in the history
* Increment the version

Incremented to a 'dev' version. `usethis::use_version()` can be used to do this. When used again to 0.2.0 for example, it will replace the dev heading in the NEWS.

* Add NEWS items for changes since the last release

I've only included user-facing/relevant changes.
  • Loading branch information
Moohan authored Jun 19, 2024
1 parent 6f57c1d commit 3c85f3b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: phsopendata
Title: Extract Open Data from opendata.nhs.scot
Version: 0.1.0
Version: 0.1.0.9000
Authors@R: c(
person("Csilla", "Scharle", , "[email protected]", role = c("aut", "cre")),
person("James", "McMahon", , "[email protected]", role = "aut"),
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# phsopendata (development version)

- `get_dataset()` and `get_resource()` gain a new parameter `include_context`
which allows adding context such as the resource ID and modified / created
dates to returned data (#24).
- The magrittr pipe (`%>%`) is now exported (#29).
- `get_dataset()` will now suggest multiple dataset names, when the dataset
you've asked for doesn't exist (i.e. there's a typo) and there are multiple
likely candidates (#28).

# phsopendata 0.1.0 (2021-07-22)

- Initial package release.
Expand Down

0 comments on commit 3c85f3b

Please sign in to comment.