From 3e25742a41f3e51c96afbb3cafc3042f67d62736 Mon Sep 17 00:00:00 2001 From: Rob Ede <robjtede@icloud.com> Date: Sat, 23 Jul 2022 16:37:59 +0100 Subject: [PATCH] prepare actix-files release 0.6.2 --- actix-files/CHANGES.md | 3 +++ actix-files/Cargo.toml | 2 +- actix-files/README.md | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/actix-files/CHANGES.md b/actix-files/CHANGES.md index dea26269..5c0a4802 100644 --- a/actix-files/CHANGES.md +++ b/actix-files/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2022-xx-xx + + +## 0.6.2 - 2022-07-23 - Allow partial range responses for video content to start streaming sooner. [#2817] - Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency. diff --git a/actix-files/Cargo.toml b/actix-files/Cargo.toml index 02543095..5559d1b7 100644 --- a/actix-files/Cargo.toml +++ b/actix-files/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-files" -version = "0.6.1" +version = "0.6.2" authors = [ "Nikolay Kim <fafhrd91@gmail.com>", "fakeshadow <24548779@qq.com>", diff --git a/actix-files/README.md b/actix-files/README.md index 35db41c9..c3204a68 100644 --- a/actix-files/README.md +++ b/actix-files/README.md @@ -3,11 +3,11 @@ > Static file serving for Actix Web [](https://crates.io/crates/actix-files) -[](https://docs.rs/actix-files/0.6.1) +[](https://docs.rs/actix-files/0.6.2)   <br /> -[](https://deps.rs/crate/actix-files/0.6.1) +[](https://deps.rs/crate/actix-files/0.6.2) [](https://crates.io/crates/actix-files) [](https://discord.gg/NWpN5mmg3x)