From 7ff1f2a96db4d09428ec5761d58f994d14490b64 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 15 Mar 2022 20:33:06 +0100 Subject: (cargo-release) version 0.19.3 --- 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 f1a6906..2ba0235 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.3] - 2022-03-15 - Allow to set the accept input attribute to arbitrary values using `-m` and `-M` [#755](https://github.com/svenstaro/miniserve/pull/755) (thanks @mayjs) ## [0.19.2] - 2022-02-21 @@ -133,7 +135,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.2...HEAD +[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.19.3...HEAD +[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 [0.19.1]: https://github.com/svenstaro/miniserve/compare/v0.19.0...v0.19.1 [0.19.0]: https://github.com/svenstaro/miniserve/compare/v0.18.0...v0.19.0 diff --git a/Cargo.lock b/Cargo.lock index e879657..9cdc493 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1398,7 +1398,7 @@ dependencies = [ [[package]] name = "miniserve" -version = "0.19.2" +version = "0.19.3" dependencies = [ "actix-files", "actix-multipart", diff --git a/Cargo.toml b/Cargo.toml index 97f25ca..790fa07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miniserve" -version = "0.19.2" +version = "0.19.3" 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 f00465e..719ed72 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.2 + miniserve 0.19.3 Sven-Hendrik Haase , Boastful Squirrel -- cgit v1.2.3