framed: Bump up to 0.4.0-alpha.1

This commit is contained in:
Yuki Okushi 2020-05-25 16:43:25 +09:00
parent 11a9fdad95
commit 01fe6afc63
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-framed"
version = "0.3.0"
version = "0.4.0-alpha.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix framed app server"
readme = "README.md"

View File

@ -1,8 +1,10 @@
# Changes
## [Unreleased] - 2020-xx-xx
## [0.4.0-alpha.1] - 2020-05-25
* Update `actix-http` to 2.0.0-alpha.4
* Bump minimum supported Rust version to 1.40
* Minimize `futures` dependency
## [0.3.0] - 2019-12-25