aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2023-04-28 02:46:14 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2023-04-28 02:46:14 +0000
commitfa5f5aa682a64c441c771e378bf64adb19b921b8 (patch)
treef5df328ea794a26700ad7664e06e475a55e7d866
parentBump deps (diff)
downloadminiserve-0.23.2.tar.gz
miniserve-0.23.2.zip
chore: Release miniserve version 0.23.2v0.23.2
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9467c88..f092018 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.23.2] - 2023-04-28
- Build Windows build with static CRT [#1107](https://github.com/svenstaro/miniserve/pull/1107)
## [0.23.1] - 2023-04-17
@@ -172,7 +174,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.23.1...HEAD
+[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.23.2...HEAD
+[0.23.2]: https://github.com/svenstaro/miniserve/compare/v0.23.1...v0.23.2
[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
diff --git a/Cargo.lock b/Cargo.lock
index b109c65..e1b7605 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1610,7 +1610,7 @@ dependencies = [
[[package]]
name = "miniserve"
-version = "0.23.1"
+version = "0.23.2"
dependencies = [
"actix-files",
"actix-multipart",
diff --git a/Cargo.toml b/Cargo.toml
index 999f803..0d97c77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.23.1"
+version = "0.23.2"
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"