From c661f21cbdc1abfad8f24bdc0c11f3034d158178 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 20 Sep 2022 03:01:36 +0200 Subject: (cargo-release) version 0.22.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 dc1f0ac..aba0166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [0.22.0] - 2022-09-20 - Faster QR code generation [#848](https://github.com/svenstaro/miniserve/pull/848/files) (thanks @cyqsimon) - Make `--readme` support not only `README.md` but also `README` and `README.txt` rendered as plaintext [#911](https://github.com/svenstaro/miniserve/pull/911) (thanks @Atreyagaurav) @@ -160,7 +162,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.21.0...HEAD +[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.22.0...HEAD +[0.22.0]: https://github.com/svenstaro/miniserve/compare/v0.21.0...v0.22.0 [0.21.0]: https://github.com/svenstaro/miniserve/compare/v0.20.0...v0.21.0 [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 diff --git a/Cargo.lock b/Cargo.lock index caba42f..31747d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1548,7 +1548,7 @@ dependencies = [ [[package]] name = "miniserve" -version = "0.21.0" +version = "0.22.0" dependencies = [ "actix-files", "actix-multipart", diff --git a/Cargo.toml b/Cargo.toml index 16c6bbb..1dc645f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miniserve" -version = "0.21.0" +version = "0.22.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 ab17fb6..56cd386 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Some mobile browsers like Firefox on Android will offer to open the camera app w ## Usage - miniserve 0.21.0 + miniserve 0.22.0 Sven-Hendrik Haase , Boastful Squirrel -- cgit v1.2.3