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"]