mirror of
https://github.com/fafhrd91/actix-net
synced 2025-01-18 18:51:49 +01:00
prepare actix-service release
This commit is contained in:
parent
43ad18ccb1
commit
86f57e5a4a
@ -1,12 +1,12 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [0.3.3] - 2019-03-xx
|
## [0.3.3] - 2019-03-09
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* Add `ApplyTransform` new service for transform and new service.
|
* Add `ApplyTransform` new service for transform and new service.
|
||||||
|
|
||||||
* Add `NewService::apply_cfg()` combinator, it allows to use
|
* Add `NewService::apply_cfg()` combinator, allows to use
|
||||||
nested `NewService` with different config parameter.
|
nested `NewService` with different config parameter.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-service"
|
name = "actix-service"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Actix Service"
|
description = "Actix Service"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user