mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07: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
|
||||
|
||||
## [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
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue