Prep release

This commit is contained in:
Nikolay Kim 2022-11-01 07:16:16 +01:00
parent 9610750d99
commit 75f7cfbc7d
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,10 @@
# Changes
## [0.1.0] - 2022-06-26
## [0.1.2] - 2022-11-01
* Re-export http::Error
## [0.1.1] - 2022-06-26
* impl PartialEq for HeaderMap

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-http"
version = "0.1.1"
version = "0.1.2"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Http types for ntex framework"
keywords = ["network", "framework", "async", "futures"]