diff --git a/actix-framed/Cargo.toml b/actix-framed/Cargo.toml index 7e322e1d4..ade00a00c 100644 --- a/actix-framed/Cargo.toml +++ b/actix-framed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-framed" -version = "0.3.0" +version = "0.3.1" authors = ["Nikolay Kim "] description = "Actix framed app server" readme = "README.md" diff --git a/actix-framed/README.md b/actix-framed/README.md index 1714b3640..51974eed4 100644 --- a/actix-framed/README.md +++ b/actix-framed/README.md @@ -1,5 +1,7 @@ # Framed app for actix web [![Build Status](https://travis-ci.org/actix/actix-web.svg?branch=master)](https://travis-ci.org/actix/actix-web) [![codecov](https://codecov.io/gh/actix/actix-web/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-web) [![crates.io](https://meritbadge.herokuapp.com/actix-framed)](https://crates.io/crates/actix-framed) [![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) +**Notice**: `actix-framed` is deprecated since we don't use it anymore. + ## Documentation & community resources * [API Documentation](https://docs.rs/actix-framed/) diff --git a/actix-framed/changes.md b/actix-framed/changes.md index 41c7aed0e..8a67da0a8 100644 --- a/actix-framed/changes.md +++ b/actix-framed/changes.md @@ -1,5 +1,9 @@ # Changes +## [0.3.1] - 2020-05-25 + +* Deprecate this crate + ## [0.3.0] - 2019-12-25 * Migrate to actix-http 1.0