Skip to content

Commit

Permalink
Increment version number to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Sep 13, 2024
1 parent 42ff920 commit 9f7e866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: httr2
Title: Perform HTTP Requests and Process the Responses
Version: 1.0.3.9000
Version: 1.0.4
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# httr2 (development version)
# httr2 1.0.4

* `req_body_file()` now works with files >64kb once more (#524) and no longer leaks a connection if the response doesn't complete succesfully (#534).
* `req_body_*()` now give informative error if you attempt to change the body type (#451).
Expand Down

0 comments on commit 9f7e866

Please sign in to comment.