(cargo-release) version 0.19.4

This commit is contained in:
Sven-Hendrik Haase 2022-04-02 16:43:51 +02:00
parent 9c8aae0164
commit b1e9efff53
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915
4 changed files with 7 additions and 4 deletions

View File

@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.19.4] - 2022-04-02
- Fix random route leaking on error pages [#764](https://github.com/svenstaro/miniserve/pull/764) (thanks @steffhip)
## [0.19.3] - 2022-03-15
@ -136,7 +138,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Some theme related bug fixes (thanks @boastful-squirrel)
<!-- next-url -->
[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.19.3...HEAD
[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.19.4...HEAD
[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
[0.19.1]: https://github.com/svenstaro/miniserve/compare/v0.19.0...v0.19.1

2
Cargo.lock generated
View File

@ -1378,7 +1378,7 @@ dependencies = [
[[package]]
name = "miniserve"
version = "0.19.3"
version = "0.19.4"
dependencies = [
"actix-files",
"actix-multipart",

View File

@ -1,6 +1,6 @@
[package]
name = "miniserve"
version = "0.19.3"
version = "0.19.4"
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"

View File

@ -94,7 +94,7 @@ Some mobile browsers like Firefox on Android will offer to open the camera app w
## Usage
miniserve 0.19.3
miniserve 0.19.4
Sven-Hendrik Haase <svenstaro@gmail.com>, Boastful Squirrel <boastful.squirrel@gmail.com>