From d42145907b831885646ee44ea67fd7f1a9898901 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Wed, 1 Mar 2023 04:08:11 +0100 Subject: chore: Release miniserve version 0.23.0 --- 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 4f510ae..7f7c653 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.0] - 2023-03-01 - Update to clap v4 - Show localized datetime [#949](https://github.com/svenstaro/miniserve/pull/949) (thanks @IvkinStanislav) - Fix sorting breaks subdir downloading [#991](https://github.com/svenstaro/miniserve/pull/991) (thanks @Vam-Jam) @@ -166,7 +168,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.22.0...HEAD +[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.23.0...HEAD +[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 [0.20.0]: https://github.com/svenstaro/miniserve/compare/v0.19.5...v0.20.0 diff --git a/Cargo.lock b/Cargo.lock index 2ca88f8..f020ff8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1570,7 +1570,7 @@ dependencies = [ [[package]] name = "miniserve" -version = "0.22.0" +version = "0.23.0" dependencies = [ "actix-files", "actix-multipart", diff --git a/Cargo.toml b/Cargo.toml index 75580ec..061d76d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miniserve" -version = "0.22.0" +version = "0.23.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" -- cgit v1.2.3