Skip to content

Commit f836ee8

Browse files
committed
v0.1.11
1 parent 6aa6605 commit f836ee8

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
### v0.1.11 (2015-02-06)
2+
3+
4+
#### Bug Fixes
5+
6+
* **readme:** Make the README client example work ([9b5d6aab](https://github.com/hyperium/hyper/commit/9b5d6aab7e68cf776618151e9e69e34fd66aba6c))
7+
8+
9+
#### Features
10+
11+
* **headers:** add IfUnmodifiedSince header ([b5543b67](https://github.com/hyperium/hyper/commit/b5543b67525e3d6ebc655d7e1736c8ade5b6dbb0))
12+
13+
14+
#### Breaking Changes
15+
16+
* for any consumers of the Etag header, since the entity
17+
tag is now in a tuple.
18+
19+
([28fd5c81](https://github.com/hyperium/hyper/commit/28fd5c81f54bb0ea3eda43a4014c736d00b4b07d))
20+
21+
122
### v0.1.10 (2015-02-03)
223

324

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "hyper"
4-
version = "0.1.10"
4+
version = "0.1.11"
55
description = "A modern HTTP library."
66
readme = "README.md"
77
documentation = "http://hyperium.github.io/hyper/hyper/index.html"

0 commit comments

Comments
 (0)