Skip to content

Commit

Permalink
changes for 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Oct 25, 2022
1 parent 42c2fbc commit 14fe3e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.1.0 (2022-10-25)

* Add function "request", remove "one_request". The response body is a stream
now to support responses where the body exceeds the memory (or maximum string
length) (#14 @kit-ty-kate)
* BUGFIX hurl had "input" and "output" switched (#14 @hannesm)

## v0.0.8 (2022-09-17)

* use Status.is_redirection instead of a match on the polymorphic variant, to
Expand Down

0 comments on commit 14fe3e8

Please sign in to comment.