From ca2ea52670eca7c116dbcf9423364912a5cd9f3a Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Wed, 18 May 2022 07:09:59 +0200 Subject: [PATCH] (cargo-release) version 0.19.5 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7658b3b59..698f8ac9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [0.19.5] - 2022-05-18 - Fix security issue where `--no-symlinks` would only hide symlinks from listing but it would still be possible to follow them if the path was known @@ -140,7 +142,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Some theme related bug fixes (thanks @boastful-squirrel) -[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.19.4...HEAD +[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.19.5...HEAD +[0.19.5]: https://github.com/svenstaro/miniserve/compare/v0.19.4...v0.19.5 [0.19.4]: https://github.com/svenstaro/miniserve/compare/v0.19.3...v0.19.4 [0.19.3]: https://github.com/svenstaro/miniserve/compare/v0.19.2...v0.19.3 [0.19.2]: https://github.com/svenstaro/miniserve/compare/v0.19.1...v0.19.2 diff --git a/Cargo.lock b/Cargo.lock index d275f01cb..c4b5cdac3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1593,7 +1593,7 @@ dependencies = [ [[package]] name = "miniserve" -version = "0.19.4" +version = "0.19.5" dependencies = [ "actix-files", "actix-multipart", diff --git a/Cargo.toml b/Cargo.toml index 77343d4a0..0894e75a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miniserve" -version = "0.19.4" +version = "0.19.5" 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" diff --git a/README.md b/README.md index ca836b029..59f50473a 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Some mobile browsers like Firefox on Android will offer to open the camera app w ## Usage - miniserve 0.19.4 + miniserve 0.19.5 Sven-Hendrik Haase , Boastful Squirrel