1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-06 14:05:47 +00:00

Merge pull request #1535 from JohnTitor/next-files

files: Bump up to 0.3.0-alpha.1
This commit is contained in:
Yuki Okushi 2020-05-24 11:52:19 +09:00 committed by GitHub
commit 11a9fdad95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
[package]
name = "actix-files"
version = "0.2.1"
version = "0.3.0-alpha.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Static files support for actix web."
readme = "README.md"