diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-02-16 22:18:27 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-02-16 22:18:27 +0000 |
commit | c636a3b4964631be50d9304ae0cc1d64b269ba5a (patch) | |
tree | 1d9c1130187b46c659f38c95f869ba704abc4505 /CHANGELOG.md | |
parent | Add CHANGELOG entry for updated mime_guess (diff) | |
download | miniserve-0.19.1.tar.gz miniserve-0.19.1.zip |
(cargo-release) version 0.19.1v0.19.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e1205f..60c5a17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). <!-- next-header --> ## [Unreleased] - ReleaseDate + +## [0.19.1] - 2022-02-16 - Better MIME type guessing support due to updated mime_guess ## [0.19.0] - 2022-02-06 @@ -127,7 +129,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.0...HEAD +[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.19.1...HEAD +[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 [0.18.0]: https://github.com/svenstaro/miniserve/compare/v0.17.0...v0.18.0 [0.17.0]: https://github.com/svenstaro/miniserve/compare/v0.16.0...v0.17.0 |