From 75a34dc8bcce09762c9b50acfc110022a3636cb1 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sat, 23 May 2020 18:47:08 +0900 Subject: [PATCH] files: Bump up to 0.3.0-alpha.1 --- actix-files/CHANGES.md | 8 ++++++-- actix-files/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/actix-files/CHANGES.md b/actix-files/CHANGES.md index 22c98d7c5..abf143997 100644 --- a/actix-files/CHANGES.md +++ b/actix-files/CHANGES.md @@ -1,9 +1,13 @@ # Changes -## [Unreleased] - 2020-xx-xx +## [0.3.0-alpha.1] - 2020-05-23 +* Update `actix-web` and `actix-http` dependencies to alpha +* Fix some typos in the docs * Bump minimum supported Rust version to 1.40 -* Support sending Content-Length when Content-Range is specified #1384 +* Support sending Content-Length when Content-Range is specified [#1384] + +[#1384]: https://github.com/actix/actix-web/pull/1384 ## [0.2.1] - 2019-12-22 diff --git a/actix-files/Cargo.toml b/actix-files/Cargo.toml index f84a70fe5..356c7a413 100644 --- a/actix-files/Cargo.toml +++ b/actix-files/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-files" -version = "0.2.1" +version = "0.3.0-alpha.1" authors = ["Nikolay Kim "] description = "Static files support for actix web." readme = "README.md"