From f26fcc703b317bfa42dd1472a7601011534f186f Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 11 Dec 2019 14:56:05 +0600 Subject: [PATCH] prep release --- actix-connect/CHANGES.md | 4 ++++ actix-connect/Cargo.toml | 3 +-- actix-ioframe/Cargo.toml | 5 ++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/actix-connect/CHANGES.md b/actix-connect/CHANGES.md index 953eb13a..779e3917 100644 --- a/actix-connect/CHANGES.md +++ b/actix-connect/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [1.0.0] - 2019-12-11 + +* Release + ## [1.0.0-alpha.3] - 2019-12-07 ### Changed diff --git a/actix-connect/Cargo.toml b/actix-connect/Cargo.toml index 3088638d..8ce9ae7d 100644 --- a/actix-connect/Cargo.toml +++ b/actix-connect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-connect" -version = "1.0.0-alpha.3" +version = "1.0.0" authors = ["Nikolay Kim "] description = "Actix connect - tcp connector service" keywords = ["network", "framework", "async", "futures"] @@ -9,7 +9,6 @@ repository = "https://github.com/actix/actix-net.git" documentation = "https://docs.rs/actix-connect/" categories = ["network-programming", "asynchronous"] license = "MIT/Apache-2.0" -exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"] edition = "2018" workspace = ".." diff --git a/actix-ioframe/Cargo.toml b/actix-ioframe/Cargo.toml index 9e287ff5..1df73c98 100644 --- a/actix-ioframe/Cargo.toml +++ b/actix-ioframe/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-ioframe" -version = "0.3.0-alpha.3" +version = "0.3.0" authors = ["Nikolay Kim "] description = "Actix framed service" keywords = ["network", "framework", "async", "futures"] @@ -9,7 +9,6 @@ repository = "https://github.com/actix/actix-net.git" documentation = "https://docs.rs/actix-ioframe/" categories = ["network-programming", "asynchronous"] license = "MIT/Apache-2.0" -exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"] edition = "2018" workspace = ".." @@ -29,5 +28,5 @@ pin-project = "0.4.6" log = "0.4" [dev-dependencies] -actix-connect = "1.0.0-alpha.2" +actix-connect = "1.0.0" actix-testing = "1.0.0"