From 537b8a9e9a9e5bbd50201bc101107e0d118c53b7 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 24 Jun 2019 05:58:40 +0200 Subject: This is 0.5.0 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..62d8fc1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# 0.5.0 +- Add streaming download of tar archives (thanks @gyscos) +- Add support for hashed passwords (thanks @KSXGitHub) +- Add support for multiple auth flags (thanks @KSXGitHub) +- Some theme related bug fixes (thanks @boastful-squirrel) diff --git a/Cargo.lock b/Cargo.lock index c8c69c1..7752e24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1145,7 +1145,7 @@ dependencies = [ [[package]] name = "miniserve" -version = "0.4.1" +version = "0.5.0" dependencies = [ "actix 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2bc4670..c380ddd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miniserve" -version = "0.4.1" +version = "0.5.0" description = "For when you really just want to serve some files over HTTP right now!" authors = ["Sven-Hendrik Haase ", "Boastful Squirrel "] repository = "https://github.com/svenstaro/miniserve" -- cgit v1.2.3