Skip to content

Commit 4828437

Browse files
committed
v0.9.1
1 parent b783ddf commit 4828437

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v0.9.1 (2016-04-21)
2+
3+
4+
#### Bug Fixes
5+
6+
* **Cargo.toml:** update documentation link ([b783ddf4](https://github.com/hyperium/hyper/commit/b783ddf455ee93cc38510f3179ffe18733c797c1))
7+
8+
19
## v0.9.0 (2016-04-21)
210

311

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

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

0 commit comments

Comments
 (0)