From 7a9c0f632d1bca09c7410fd3643ae94303626c8c Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Mon, 25 May 2020 17:34:41 +0900 Subject: [PATCH] framed: Bump up to 0.3.1 with deprecation notice --- actix-framed/Cargo.toml | 2 +- actix-framed/README.md | 2 ++ actix-framed/changes.md | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/actix-framed/Cargo.toml b/actix-framed/Cargo.toml index 7e322e1d..ade00a00 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 1714b364..51974eed 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 41c7aed0..8a67da0a 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