Skip to content

Commit

Permalink
v0.14.18
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Mar 22, 2022
1 parent 740654e commit 53f15e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
### v0.14.18 (2022-03-22)


#### Bug Fixes

* **ffi:** don't build C libraries by default ([1c663706](https://github.com/hyperium/hyper/commit/1c6637060e36654ddb2fdfccb0d146c7ad527476))


#### Features

* **client:** add `HttpInfo::local_addr()` method ([055b4e7e](https://github.com/hyperium/hyper/commit/055b4e7ea6bd22859c20d60776b0c8f20d27498e), closes [#2767](https://github.com/hyperium/hyper/issues/2767))


### v0.14.17 (2022-02-10)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper"
version = "0.14.17"
version = "0.14.18"
description = "A fast and correct HTTP library."
readme = "README.md"
homepage = "https://hyper.rs"
Expand Down

0 comments on commit 53f15e5

Please sign in to comment.