1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-27 22:01:56 +00:00

prepare release

This commit is contained in:
Nikolay Kim 2019-04-24 12:50:44 -07:00
parent 60fa0d5427
commit 2bc937f6c3
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# Changes
## [0.1.4] - 2019-04-24
### Added
* Allow to render h1 request headers in `Camel-Case`

View file

@ -1,6 +1,6 @@
[package]
name = "actix-http"
version = "0.1.3"
version = "0.1.4"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix http primitives"
readme = "README.md"