Skip to content

Commit a7576f7

Browse files
authored
v0.4.1 (#38)
1 parent 1a9b6c5 commit a7576f7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
Nothing.
4+
5+
# 0.4.1 (March 18, 2021)
6+
37
- Add combinators to `Body`:
48
- `map_data`: Change the `Data` chunks produced by the body.
59
- `map_err`: Change the `Error`s produced by the body.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "http-body"
88
# - README.md
99
# - Update CHANGELOG.md.
1010
# - Create "vx.y.z" git tag.
11-
version = "0.4.0"
11+
version = "0.4.1"
1212
authors = [
1313
"Carl Lerche <[email protected]>",
1414
"Lucio Franco <[email protected]>",

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/http-body/0.4.0")]
1+
#![doc(html_root_url = "https://docs.rs/http-body/0.4.1")]
22
#![deny(
33
missing_debug_implementations,
44
missing_docs,

0 commit comments

Comments
 (0)