Skip to content

Commit

Permalink
Release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfier committed Jun 29, 2021
1 parent 0546487 commit 61234e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 3.2

- Add `ResponseBody::from_reader_and_size` for constructing a `ResponseBody`
from a `Reader` and an already known size such that `Content-Length` may be
set on the response.

## Version 3.1.1

- Replace all uses of deprecated `try!` with `?` to suppress warnings that can
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rouille"
version = "3.1.1"
version = "3.2.0"
authors = ["Pierre Krieger <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tomaka/rouille"
Expand Down

0 comments on commit 61234e1

Please sign in to comment.