Skip to content

Commit

Permalink
increment package version and update news
Browse files Browse the repository at this point in the history
  • Loading branch information
csillasch committed Nov 21, 2024
1 parent 8d57e60 commit 7376d2b
Show file tree
Hide file tree
Showing 2 changed files with 7 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.2.0
Version: 0.3.0
Authors@R: c(
person("Csilla", "Scharle", , "[email protected]", role = c("aut", "cre")),
person("James", "McMahon", , "[email protected]", role = "aut"),
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# phsopendata 0.3.0 (2024-11-21)

- `get_dataset()` now takes the `col_select` and `row_filter` arguments allowing filtering of data.
- Failed calls will be retried up to 3 times using httr::RETRY.
- Improvements to `get_resource_sql` error checks and messages and better handling of spaces and new lines.

# phsopendata 0.2.0 (2024-09-18)

- `get_dataset()` and `get_resource()` gain a new parameter `include_context`
Expand Down

0 comments on commit 7376d2b

Please sign in to comment.