Skip to content

Commit bdfff98

Browse files
committed
Increment version number to 1.3.0.9000
1 parent fa72b9a commit bdfff98

2 files changed

Lines changed: 3 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: httr2
22
Title: Perform HTTP Requests and Process the Responses
3-
Version: 1.3.0
3+
Version: 1.3.0.9000
44
Authors@R: c(
55
person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")),
66
person("Posit Software, PBC", role = c("cph", "fnd")),

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# httr2 (development version)
2+
13
# httr2 1.3.0
24

35
* Fixed OAuth token cache pruning so that it actually matches the encrypted `.rds.enc` files written to disk; previously the pruning pattern only matched an unencrypted `.rds` file that was never created, so cached tokens were never automatically deleted regardless of age.

0 commit comments

Comments
 (0)