Skip to content

Commit

Permalink
prepare actix-http release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Sep 11, 2019
1 parent 8873e9b commit 043f763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions actix-http/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Changes

##
## [0.2.11] - 2019-09-11

### Added

* Add support for sending HTTP requests with `Rc<RequestHead>` in addition to sending HTTP requests with `RequestHead`


## [0.2.10] - 2019-09-xx

### Fixed

* on_connect result isn't added to request extensions for http2 requests #1009
Expand Down
2 changes: 1 addition & 1 deletion actix-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-http"
version = "0.2.9"
version = "0.2.10"
authors = ["Nikolay Kim <[email protected]>"]
description = "Actix http primitives"
readme = "README.md"
Expand Down

0 comments on commit 043f763

Please sign in to comment.