mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
Prep release
This commit is contained in:
parent
9610750d99
commit
75f7cfbc7d
2 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
||||||
# Changes
|
# 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
|
* impl PartialEq for HeaderMap
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex-http"
|
name = "ntex-http"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "Http types for ntex framework"
|
description = "Http types for ntex framework"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue