From 4ff8c248c7ab4db5b6d7d315773c0ea06e66ff9e Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 8 Oct 2018 21:46:57 -0700 Subject: [PATCH] prep release --- .appveyor.yml | 5 +++-- CHANGES.md | 5 +++++ Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 CHANGES.md diff --git a/.appveyor.yml b/.appveyor.yml index 8b098353..55f6c8c2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,6 +1,6 @@ environment: global: - PROJECT_NAME: actix + PROJECT_NAME: actix-net matrix: # Stable channel - TARGET: i686-pc-windows-msvc @@ -37,4 +37,5 @@ build: false # Equivalent to Travis' `script` phase test_script: - - cargo test --no-default-features + - cargo clean + - cargo test diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000..070063e1 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,5 @@ +# Changes + +## [0.1.0] - 2018-10-08 + +* Initial impl diff --git a/Cargo.toml b/Cargo.toml index 3d8adff9..5f800ea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "actix-net" version = "0.1.0" authors = ["Nikolay Kim "] -description = "Actix net - framework for the compisible network services for Rust" +description = "Actix net - framework for the compisible network services for Rust (experimental)" readme = "README.md" keywords = ["network", "framework", "async", "futures"] homepage = "https://actix.rs" diff --git a/README.md b/README.md index 22e5d4ed..c316a740 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Actix net [![Build Status](https://travis-ci.org/actix/actix-net.svg?branch=master)](https://travis-ci.org/actix/actix-net) [![codecov](https://codecov.io/gh/actix/actix-net/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-net) [![crates.io](https://meritbadge.herokuapp.com/actix-net)](https://crates.io/crates/actix-net) [![Join the chat at https://gitter.im/actix/actix](https://badges.gitter.im/actix/actix.svg)](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -Actix net - framework for composable network services +Actix net - framework for composable network services (experimental) ## Documentation & community resources