From dd82aea21d0ae2df3d2603108fbb448028d02e75 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 17 Apr 2023 15:37:30 +0200 Subject: chore: Release miniserve version 0.23.1 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 522cc37..a8400cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [0.23.1] - 2023-04-17 - Add EC key support [#1080](https://github.com/svenstaro/miniserve/issues/1080) ## [0.23.0] - 2023-03-01 @@ -169,7 +171,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.23.0...HEAD +[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.23.1...HEAD +[0.23.1]: https://github.com/svenstaro/miniserve/compare/v0.23.0...v0.23.1 [0.23.0]: https://github.com/svenstaro/miniserve/compare/v0.22.0...v0.23.0 [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 diff --git a/Cargo.lock b/Cargo.lock index d10cbda..219cad4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1625,7 +1625,7 @@ dependencies = [ [[package]] name = "miniserve" -version = "0.23.0" +version = "0.23.1" dependencies = [ "actix-files", "actix-multipart", diff --git a/Cargo.toml b/Cargo.toml index 15659ae..f573b76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miniserve" -version = "0.23.0" +version = "0.23.1" 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" -- cgit v1.2.3