Skip to content

Commit 9f7e866

Browse files
committed
Increment version number to 1.0.4
1 parent 42ff920 commit 9f7e866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0.3.9000
3+
Version: 1.0.4
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# httr2 (development version)
1+
# httr2 1.0.4
22

33
* `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).
44
* `req_body_*()` now give informative error if you attempt to change the body type (#451).

0 commit comments

Comments
 (0)