diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 7 insertions, 2 deletions
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) @@ -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)", @@ -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 <svenstaro@gmail.com>", "Boastful Squirrel <boastful.squirrel@gmail.com>"] repository = "https://github.com/svenstaro/miniserve" |