prep release

This commit is contained in:
Nikolay Kim 2022-07-07 10:30:38 +06:00
parent 97c99c7b3d
commit 073ea6db29
3 changed files with 3 additions and 5 deletions

View file

@ -1,11 +1,9 @@
# Changes
## [0.3.3] - 2022-07-07
## [0.3.2] - 2022-07-07
* Add ?Sized to Rc service #125
## [0.3.2] - 2022-02-10
* Make AndThenFactory::new() public
* Cleanups

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-service"
version = "0.3.3"
version = "0.3.2"
authors = ["ntex contributors <team@ntex.rs>"]
description = "ntex service"
keywords = ["network", "framework", "async", "futures"]

View file

@ -52,7 +52,7 @@ ntex-codec = "0.6.2"
ntex-connect = "0.1.0"
ntex-http = "0.1.0"
ntex-router = "0.5.1"
ntex-service = "0.3.1"
ntex-service = "0.3.2"
ntex-macros = "0.1.3"
ntex-util = "0.1.17"
ntex-bytes = "0.1.14"