1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00

prep actix-file release

This commit is contained in:
Nikolay Kim 2019-10-14 21:26:26 +06:00
parent a48e616def
commit 062e51e8ce
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changes
## [0.1.6] - TBD
## [0.1.6] - 2019-10-14
* Add option to redirect to a slash-ended path `Files` #1132
@ -11,7 +11,7 @@
* Bump up `percent-encoding` crate version to 2.1
* Allow user defined request guards for `Files` #1113
## [0.1.4] - 2019-07-20
* Allow to disable `Content-Disposition` header #686

View File

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