Skip to content

Commit 04a154a

Browse files
authored
Merge pull request #35 from getwilds/dev
Upping package version to v0.3.0
2 parents 51a2c43 + 4cdd2f6 commit 04a154a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: proofr
22
Title: Client for the PROOF API
3-
Version: 0.2.1.91
3+
Version: 0.3.0.91
44
Authors@R:
55
person("Scott", "Chamberlain", , "sachamber@fredhutch.org", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-1444-9135"))

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# proofr v0.3.0
2+
3+
* Swapping `httr` for `httr2` (@sckott in [#25](https://github.com/getwilds/proofr/pull/25))
4+
* Improving documentation (@sckott in [#27](https://github.com/getwilds/proofr/pull/27), [#28](https://github.com/getwilds/proofr/pull/28), [#29](https://github.com/getwilds/proofr/pull/29), [#30](https://github.com/getwilds/proofr/pull/30))
5+
* Fixing linting errors identified by GitHub Action (@tefirman and @sckott in [#32](https://github.com/getwilds/proofr/pull/32))
6+
17
# proofr v0.2
28

39
* Change token handling to support a Shiny workflow where we can't store secrets as env vars. All functions now accept a token, but you can also just set an env var with the token. `proof_authenticate` no longer sets an env var with the token (#11)

0 commit comments

Comments
 (0)