From 0656e4dbe0c76773f8cfba2fa4b38aca63ba83e8 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sun, 26 Jun 2022 02:14:03 +0200 Subject: (cargo-release) version 0.20.0 --- 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 12e21ae..fd63ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [0.20.0] - 2022-06-26 - Fixed security issue where it was possible to upload files to locations pointed to by symlinks even when symlinks were disabled [#781](https://github.com/svenstaro/miniserve/pull/781) (thanks @sheepy0125) - Added `--hide-theme-selector` flag to hide the theme selector functionality in the frontend [#805](https://github.com/svenstaro/miniserve/pull/805https://github.com/svenstaro/miniserve/pull/805) (thanks @flamingoodev) @@ -146,7 +148,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.5...HEAD +[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.20.0...HEAD +[0.20.0]: https://github.com/svenstaro/miniserve/compare/v0.19.5...v0.20.0 [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 diff --git a/Cargo.lock b/Cargo.lock index 27ddfe0..1339bcb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1397,7 +1397,7 @@ dependencies = [ [[package]] name = "miniserve" -version = "0.19.5" +version = "0.20.0" dependencies = [ "actix-files", "actix-multipart", diff --git a/Cargo.toml b/Cargo.toml index f27770d..6c9f8c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miniserve" -version = "0.19.5" +version = "0.20.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" diff --git a/README.md b/README.md index 4a1d22c..4f477b2 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Some mobile browsers like Firefox on Android will offer to open the camera app w ## Usage - miniserve 0.19.5 + miniserve 0.20.0 Sven-Hendrik Haase , Boastful Squirrel -- cgit v1.2.3