1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-27 19:12:56 +01:00

prep release

This commit is contained in:
Nikolay Kim 2019-03-02 14:22:03 -08:00
parent b5b3168b34
commit fbf4444b04
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Changes # Changes
## [0.3.0] - 2019-02-xx ## [0.3.0] - 2019-03-02
## Added ## Added
@ -8,7 +8,9 @@
## Changed ## Changed
* Added `Config` argument to `NewService` trait. * Added `Config` parameter to `NewService` trait.
* Added `Config` parameter to `NewTransform` trait.
## [0.2.2] - 2019-02-19 ## [0.2.2] - 2019-02-19

View File

@ -1,6 +1,6 @@
[package] [package]
name = "actix-service" name = "actix-service"
version = "0.2.2" version = "0.3.0"
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"]
@ -11,7 +11,7 @@ categories = ["network-programming", "asynchronous"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"] exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
edition = "2018" edition = "2018"
workspace = "../" workspace = ".."
[badges] [badges]
travis-ci = { repository = "actix/actix-service", branch = "master" } travis-ci = { repository = "actix/actix-service", branch = "master" }